@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */

	/***********共通パーツ**************/

		.contents_title01{
			padding:0px 0 10px 0;
			font-size:150%;
			line-height:150%;
			}
			
		/* ひし形黄色ボーダー */
		.yellow_border{position: relative;}
		.yellow_border::before {
		  background-color: #f9e620;
		  content: '';
		  position: absolute;
		  bottom: 0px;
		  display: inline-block;
		  opacity: 1;
		  width: 100%;
		  height:0.8em;
		  transform:skewX(-50deg);
		  z-index: -1;
		}
		
		/* 黄色ボーダー */
		.yellow_border2{
			background:linear-gradient(transparent 60%, #f9e620 60%);
			}
		
		/* 黄色圏点 */
		.yellow_kt{
			-webkit-text-emphasis: filled   circle #f9e620;
			text-emphasis:         filled   circle #f9e620;
		}
		
		/* 緑 */
		.green_font{color:#0bb72d;}
		
		
		/* 吹き出し本体 */
		.oneArea {
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  width: 100%;
		  height: 200px;
		}
		.fukidasi {
		  position: relative;
		  display: inline-block;
		  margin: 0 0 15px 0;
		  padding: 15px 20px;
		  min-width: 100px;
		  max-width: 100%;
		  color: #333;
		  font-size: 200%;
		  background: #f3f3f3;
		  border: solid 3px #333;
		  box-sizing: border-box;
		  border-radius: 0;
		}
		.fukidasi:before{
		  content: "";
		  position: absolute;
		  bottom: -24px;
		  left: 50%;
		  margin-left: -15px;
		  border: 12px solid transparent;
		  border-top: 12px solid #f3f3f3;
		  z-index: 2;
		}
		.fukidasi:after{
		  content: "";
		  position: absolute;
		  bottom: -30px;
		  left: 50%;
		  margin-left: -17px;
		  border: 14px solid transparent;
		  border-top: 14px solid #333;
		  z-index: 1;
		}
		.fukidasi p {
		  margin: 0;
		  padding: 0;
		}

		.corp_title {
			text-align:center;
			padding:20px 0 0px 0;
			}
		.corp_title h3{
			font-size:180%;
			line-height:130%;
			}
		
		.fv_caption{
			width:1100px;
			margin:0 auto;
			font-size:130%;
			line-height:130%;
			padding:0px 0 20px 0;
			}
			
		.fv_text	{/*文字だけタイトル*/
			text-align:center;
			font-size:2.5em;
			padding:100px 0 60px;
			width:930px;
			margin:0 auto;
			border-bottom:3px solid #000;
			}


	/* 即日融資の会社を検索！ */
		.fv2_pc{
			padding:0px 0 20px 0;
			margin: 0 auto;
			/*background: #eee;*/
			text-align:center;
			}
	
		.sameday_title	{
			background-color: #f3f3f3;
			margin:40px 0;
			padding:30px 0;
			text-align:center;
			}
			
		.contents01{
			}
			
		.contents_title{
			text-align:center;
			padding:0 0 20px 0;
			}
			
		.contents01_contents{
			text-align:center;
			background-color:#f9e620;
			padding:0 0 40px 0;
			margin:0 0 40px 0;
			}
			
		.contents01_contents img{
			}
			
		.contents01_contents p{
			width:1150px;
			margin:0 auto;
			text-align:left;
			padding:15px 25px 0;
			line-height:180%;
			}
			
		.caution{
			text-align:left;
			font-size:60%;
			}
			
		.contents02{
			}
			
		.contents02_contents{
			text-align:center;
			background-color:;
			padding:0 0 40px 0;
			margin:0 0 40px 0;
			}
			
		.contents02_contents img{}
		
		.contents02_contents p{
			padding:15px 25px 40px 25px;
			line-height:150%;
			width:1150px;
			margin:0 auto;
			text-align:left;
			line-height:180%;
			}
		
		.contents02_contents_title{
			padding:60px 0 40px 0;
			font-size:1.8em;
			}
		
		#contents02_contents_tb{
			width:1100px;
			margin:0 auto;
			text-align:center;
			border:2px solid #000;
		-ms-writing-mode : tb-lr;
		writing-mode : vertical-lr;
			}
		#contents02_contents_tb th{
			width:5%;
			padding:20px;
			border:2px solid #000;
			background-color:#f3f3f3;
			vertical-align : middle;
		writing-mode : horizontal-tb;
			}
		#contents02_contents_tb td{
			width:;
			padding:20px;
			border:1px solid #000;
			vertical-align : middle;
			line-height:180%;
			color:#0bb72d;
			font-size:200%;
			font-weight:bold;
			
			}
		
		#contents02_contents_tb img	{
			width:50px;
			padding:0px 0 5px 0;
			margin:0;
			background-color:;
			}
		
		
		.contents02img02{padding-top:20px;}
		
		.contents03{}
		
		.contents03_contents{
			text-align:center;
			background-color:;
			padding:0 0 0px 0;
			margin:0 0 0px 0;
			}
			
		.contents03_contents img{}
		
		.contents03_contents p{
			padding:15px 25px 40px 25px;
			line-height:150%;
			width:1150px;
			margin:0 auto;
			text-align:left;
			line-height:180%;
			}
			
			
			
		
	/* 即日融資の会社を検索！ここまで */
		
	/* おすすめ会社 */
		
		.fv3_pc{
			padding:0px 0 20px 0;
			margin: 0 auto;
			}
		
		.fv3_pc_box{
		  position: relative; /* 中央寄せしたい要素の親タグにrelativeをつける */
		  overflow: hidden;  /* はみ出した部分は表示しないようにする */
		  height: 200px; /* 高さは固定値を入れる */
				}
				
		.fv3_pc_box img{
		  position: absolute;
		  top: 50%; /* トップを基準に中央配置 */
		  left: 50%; /* 左を基準に中央配置 */
		  /*width: 1200px;*/
		  height: 200px;
		transform: translate(-50%, -50%);
		  		}
		
	/* おすすめ会社ここまで */
	
	
	/* 内緒で借りるキャッシング方法 */
		
		.insecret_title	{
			text-align:center;
			padding:40px 0;
			}
		
		.insecret_contents_title{
			text-align:center;
			padding:0 0 20px 0;
			}
		
		.insecret_contents_01	{
			background-color: #f3f3f3;
			width:100%;
			text-align:center;
			padding:40px 0;
			margin:0 0 40px 0;
			}
		
	/* 内緒で借りるキャッシング方法ここまで */
		
	/* 利息の計算方法 */
	
		.readtitle{
			width:100%;
			background-color:#f9e620;
			padding:15px 0;
			text-align:center;
			margin:0 0 50px 0;
			}
	
		.readtitle2{
			width:100%;
			padding:15px 0;
			text-align:center;
			margin:0 0 50px 0;
			}
	
		.readcontents	{
			width:1100px;
			margin:0 auto 70px;
			line-height:180%;
			font-size:130%;
			}
			
		.readcontents a	{
			color:#0bb72d;
			}
		
		
		
	/* 利息の計算方法ここまで */
		
	/* 運営会社情報 */
		
		#corpinfo{
			width:930px;
			margin:0 auto 60px;
			background-color:;
			
			}
		#corpinfo th{
			vertical-align:middle;
			padding:60px 60px 60px 150px;
			}
		#corpinfo td{
			vertical-align:middle;
			padding:60px;
			line-height:180%;
			}
			
		#corpinfo tr:first-child{}
		#corpinfo tr{
			border-bottom:1px solid #000;
		}	
	
		#corpinfo tr:last-child{
		  border: none;
		}
		
		.name{
			width:80px;
			}
		
		.mail{
			width:150px;
			}
		
	
	/* 運営会社情報ここまで */
	
	/* 免責事項 */
	
		.texttitle{
			width:930px;
			margin:0 auto;
			background-color:;
			text-align:center;
			padding:60px 0;
			border-bottom:1px solid #000;
			}
			
		.textcontents{
			width:930px;
			margin:0 auto;
			background-color:;
			line-height:3em;
			padding:60px 0 120px;
			}
	/* 免責事項ここまで */
	
	
	/* 個人情報の取扱について */
	
		.mail2{
			width:250px;
			margin:0 0 0 3px;
			}
	
	
	/* 個人情報の取扱についてここまで */
	
	
	/* サービス内容詳細 */
	
		.fv_text2	{/*文字だけタイトル*/
			text-align:center;
			font-size:2.5em;
			padding:30px 0 60px;
			width:930px;
			margin:0 auto;
			}
		
		.service{
			margin:0px auto 0;
			width:1150px;
			background-color:;
			border:3px solid #000;
			}
		
		.service_name{
			background-color:#f9e620;
			border-bottom:3px solid #000;
			padding:15px 15px 15px 50px;
			font-size:150%;
			}
		
		.service_name a{
			text-decoration:none;
			color:#000;
			}
		
		.service_banner{
			text-align:center;
			padding:20px 0;
			}
			
		.service_banner img{
			width:468px;
			}
			
		.service_memo{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			width:95%;
			margin:0 auto 30px;
			}
		
		.service_memo div:first-child{
		  margin:0 15px 0 0;
		}
		
		.service_memo div:last-child{
		  /*margin-left:auto;*/
		}	
		
		.service_memo1,.service_memo2{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			border:1px solid #000;
			width:49%;
			}
			
		.service_memo_title{
			background-color:#f9e620;
			border-right:1px solid #000;
			line-height:130%;
			padding:15px;
			}
		.service_memo_txt{
			padding:15px 0px 15px 0px;
			text-align:left;
			background-color:;
			line-height:130%;
			width:75%;
			}
			
		.service_tips{
			background-image: url(./img/pc/list/img01.png);
			background-repeat: no-repeat;
			background-position: top left;
			width:800px;
			border:1px solid #000;
			margin:0 auto 20px;
			}
			
		.service_tips1{
			margin:30px 20px 10px 90px;
			font-size:160%;
			font-weight:bold;
			}
		.service_tips2{
			margin:10px 20px 30px 90px;
			}
			
		#service_tb{
			width:800px;
			border:1px solid #000;
			margin:0 auto 20px;
			}
			
		#service_tb_th {
			text-align:center;
			padding:20px;
			background-color: #f3f3f3;
			border-right:1px solid #000;
			width:25%;
			vertical-align:middle;
			}
			
		#service_tb tr{
			border-bottom:1px solid #000;
			}
			
		#service_tb td{
			padding:20px;
			vertical-align:middle;
			line-height:180%;
			}
			
		#service_tb1{
			background-color:#000;
			color:#f9e620;
			border-bottom:1px solid #000;
			padding:20px;
			}
		#service_tb2{
			background-color:#f9e620;
			color:#000;
			border-bottom:1px solid #000;
			padding:20px;
			}
		
		.service_tips_2{
			width:700px;
			margin:0 auto 20px;
			padding:20px 0;
			line-height:180%;
			}
		
		.service_cv{
			width:95%;
			margin:0 auto;
			padding:0 0 40px 0;
			}
		
		.service_cvbutton{
			text-align:center;
			}
	
		.service_after{
			width:100%;
			background-color: #f3f3f3;
			margin-top:40px;
			padding:20px 0;
			}
			
		.service_after p{
			text-align:;
			width:1000px;
			margin:0 auto;
			line-height:200%;
			font-size:80%;
			}
	
	/* サービス内容詳細ここまで */
		
	/* メルマガ登録 */
		
		.mm_container{
			width:1000px;
			margin:0 auto;
			background-color:;
			text-align:center;
			}
		
		.mm_title {
			text-align:center;
			padding:20px 0 20px 0;
			}
		
		.mm_txt01{
			text-align:center;
			font-size:130%;
			margin:0px 0 20px 0;
			}
		
		#mm_box{
			background-color:#f9e620;
			padding:40px 0 60px 0;
			}
		
		.mm_h{
			background-color:#707070;
			padding:5px 10px;
			color:#fff;
			}
		
		#mm_box input{
			text-align:center;
			}
		
		.mm_txt02{
			text-align:center;
			font-size:80%;
			margin:20px 0 20px 0;
			}
		
		#mm_box_c {
			background-color:#f3f3f3;
			padding:40px 0 60px 0;
			}
		
		#mm_box_c input{
			text-align:center;
			}
		
		.mm_title h3{
			font-size:180%;
			line-height:180%;
			}
		
		.mm_h2{
			background-color:#f9e620;
			padding:5px 10px;
			}
		
		
		
		
		
		
		
		
		
		.mm_box_title{
			text-align:center;
			font-size:130%;
			margin:0 0 20px 0;
			}
			
		.mm_box_tips{
			width:80%;
			margin:0 auto;
			font-size:80%;
			}
			
		.mm_form{
			width:50%;
			margin:50px auto 30px;
			}
			
		.mm_form input{
			width:100%;
			margin:10px 0 20px;
			height:40px;
			text-align:center;
			font-size:130%;
			padding:20px;
			}
			
		.mm_form p{
			margin:10px 0;
			}
			
		
		.mm_box2{
			text-align:center;
			margin:0 0 100px 0;
			}
		
		.mm_box2_1{
			font-size:80%;
			margin:50px 0;
			}
			
		.mm_box2_2{
			font-size:80%;
			margin:50px 0;
			}
		
		.mm_cvbutton{
			width:500px;
			margin:0 auto;
			}
		
		.mm_cvbutton2{
			width:800px;
			margin:0 auto 120px;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			}
		
		.mm_cvbutton2 p{
			width:50%;
			}
			
		.mm_cvbutton2 p:last-child{
		  margin-left:auto;
		}	
			
		.mm_box3{
			margin:30px auto 50px;
			line-height:180%;
			text-align:center;
			}
			
		.mm_kakunin{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			text-align:center;
			width:90%;
			margin:0 auto;
			}
			
		.mm_kakunin p{
			font-size:130%;
			margin:0 20px;
			width:45%;
			}
			
		.mm_kakunin p:last-child{
		  color:#555;
		}	
			
		.mm_box_teishi{
			width:1000px;
			margin:30px auto 50px;
			background-color:#f3f3f3;
			padding:40px;
			}
			
			
			
			
		
	/* メルマガ登録ここまで */
	
	/* 返済シミュレーション */
		
		.simulation_title	{
			text-align:center;
			padding:0px 0 40px 0;
			}
			
		.simulation_title01{
			font-size:180%;
			line-height:180%;
			}
		
		.simulation_title1{
			width:100%;
			background-color:#f9e620;
			padding:15px 0;
			text-align:center;
			margin:0 0 50px 0;
			
		  display: flex;
		  flex-direction: row;
		  flex-wrap: wrap;
			
			}
		.simulation_title1 div{
		}
		
		.simulation_title1 p {
			margin:0 auto;
		
		
		
		
		}
		
		.simulation_title1_01{width:380px;}
		
		.simulation_title1_02{width:220px;}
		.simulation_input01{/* 入力 */
			border:2px dashed #f9e620;
			width:130px;
			text-align:center;
			font-size:180%;
			height:100px;
			}
		.simulation_title1_02 span{/* %だけ */
			font-size:180%;
			margin:0 0 0 10px;
			}
		
		.simulation_title1_03{
			font-size:80%;
			width:550px;
			text-align:left;
			line-height:180%;
			}
		
		.simulation_box{
			width:1200px;
			background-color: #f3f3f3;
			padding:20px 0;
			margin:0 auto 20px;
		}
		
		.simulation_box_title{
			margin:20px 0 40px 120px;
			}
		.simulation_box_contents{padding:0 20px 0 20px;}
		.simulation_box_01{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			}
		.simulation_input02{/* 入力2 */
			border:2px dashed #f3f3f3;
			width:65px;
			text-align:center;
			font-size:180%;
			height:65px;
			margin:0 10px;
			}
			
		.simulation_input03{/* 入力2 */
			border:2px dashed #f3f3f3;
			width:120px;
			text-align:center;
			font-size:180%;
			height:65px;
			margin:0 10px;
			}
			
		.simulation_l span{
			margin:0;
			}
		.simulation_l img{
			margin:0 0 -20px 0;
			}
		
		.simulation_r	{
			text-align:right;
			margin-left:auto;
			width:27%;
			background-color:;
			}
		.simulation_r span{
			margin:0 0px;
			}
			
		.simulation_box_02{
			font-size:80%;
			text-align:right;
			padding:20px 0;
			line-height:150%;
			}
			
			
	/* 返済シミュレーションここまで */
	
	
		
}/* PC用CSSここまで */


/*スマホ対応*/
@media screen and (max-width: 768px){
	
	/* 共通パーツ */
	
		/* ひし形黄色ボーダー */
		.yellow_border{position: relative;}
		.yellow_border::before {
		  background-color: #f9e620;
		  content: '';
		  position: absolute;
		  bottom: 0px;
		  display: inline-block;
		  opacity: 1;
		  width: 100%;
		  height:0.8em;
		  transform:skewX(-50deg);
		  z-index: -1;
		}
		
		/* 黄色ボーダー */
		.yellow_border2{
			background:linear-gradient(transparent 60%, #f9e620 60%);
			}
		
		/* 黄色圏点 */
		.yellow_kt{
			-webkit-text-emphasis: filled   circle #f9e620;
			text-emphasis:         filled   circle #f9e620;
		}
		
		/* 緑 */
		.green_font{color:#0bb72d;}
	
		/* 吹き出し */
		.oneArea {
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  width: 100%;
		  height: 100px;
		}
		.fukidasi {
		  position: relative;
		  display: inline-block;
		  margin: 0 0 15px 0;
		  padding: 15px 20px;
		  min-width: 100px;
		  max-width: 100%;
		  color: #333;
		  font-size: 16px;
		  background: #f3f3f3;
		  border: solid 3px #333;
		  box-sizing: border-box;
		  border-radius: 0;
		}
		.fukidasi:before{
		  content: "";
		  position: absolute;
		  bottom: -24px;
		  left: 50%;
		  margin-left: -15px;
		  border: 12px solid transparent;
		  border-top: 12px solid #f3f3f3;
		  z-index: 2;
		}
		.fukidasi:after{
		  content: "";
		  position: absolute;
		  bottom: -30px;
		  left: 50%;
		  margin-left: -17px;
		  border: 14px solid transparent;
		  border-top: 14px solid #333;
		  z-index: 1;
		}
		.fukidasi p {
		  margin: 0;
		  padding: 0;
		}
	
	
		.contents_title01{
			padding:0px 0;
			font-size:90%;
			line-height:150%;
			}
		
		.corp_title {
			text-align:center;
			padding:0 0 20px 0;
			}
		.corp_title h3{
			font-size:150%;
			line-height:130%;
			}
	
		.fv_caption{
			width:85%;
			font-size:80%;
			margin:0 auto;
			padding:10px 0;
			line-height:130%;
			}
			
		.fv_text	{/*文字だけタイトル*/
			text-align:center;
			font-size:1.8em;
			padding:120px 0 30px 0;
			border-bottom:3px solid #000;
			width:95%;
			margin:0 auto;
			}
	
	/* 共通パーツここまで */
	
	/* 即日融資の会社を検索！ */
	
		.sameday_title	{
			background-color: #f3f3f3;
			margin:20px 0;
			padding:20px 0;
			text-align:center;
			}
			
		.contents01{}
			
		.contents_title02{
			padding:10px 0 0 0;
			}
			
		.contents_title02 img{
			width:50%;
			}
			
		.contents_title{
			text-align:center;
			padding:0 0 20px 0;
			}
			
		.contents_title img{
			width:50%;
			}
			
			
		.contents01_contents{
			background-color:#f9e620;
			padding:0 0 40px 0;
			margin:0 0 40px 0;
			}
			
		.contents01_contents img{
			width:96%;
			margin:0 0 0 2%;
			}
			
		.contents01_contents p{
			padding:15px 25px 0;
			line-height:150%;
			}
			
		.caution{
			font-size:80%;
			}
			
		.contents02{}
			
		.contents02_contents{
			background-color:;
			padding:0 0 0px 0;
			margin:0 0 20px 0;
			}
			
		.contents02_contents img{
			width:96%;
			margin:0 0 0 2%;
			}
		
		.contents02_contents p{
			padding:15px 25px 30px 25px;
			line-height:150%;
			}
		
		.contents02img02{padding-top:20px;}
		
		
		.contents02_contents_title{
			padding:20px 0 20px 0;
			font-size:1.2em;
			text-align:center;
			line-height:150%;
			}
		
		#contents02_contents_tb{
			width:90%;
			margin:0 auto;
			text-align:center;
			border:2px solid #000;
				
			}
		#contents02_contents_tb th{
			width:30%;
			padding:10px 0;
			border:2px solid #000;
			background-color:#f3f3f3;
			vertical-align : middle;
			font-size:80%;
			line-height:130%;
			}
		#contents02_contents_tb td{
			width:;
			padding:10px 0;
			border:1px solid #000;
			vertical-align : middle;
			}
		
		#contents02_contents_tb img		{
			width:30px;
			padding:0px 0 5px 0;
			margin:0;
			background-color:;
			}
		
		
		.contents03{}
		
		.contents03_contents{
			background-color:;
			padding:0 0 0px 0;
			margin:0 0 40px 0;
			}
			
		.contents03_contents img{
			width:96%;
			margin:0 0 0 2%;
			}
		
		.contents03_contents p{
			padding:15px 25px 0px 25px;
			line-height:150%;
			}
		
	/* 即日融資の会社を検索！ここまで */
		
		
	/* おすすめ会社 */
		
		.fv3	{
		text-align:center;
		}

		.fv3 img	{
		width:100%;
		}		
		
	/* おすすめ会社ここまで */
	
	/* 内緒で借りるキャッシング方法 */
		
		.insecret_title	{
			margin:0px 0;
			padding:0 0 40px 0;
			text-align:center;
			}
		
		.insecret_contents_title{
			text-align:center;
			padding:0 0 10px 0;
			}
		
		.insecret_contents_title img{
			width:95%;
			margin:0 auto;
			}
		
		.insecret_contents_01	{
			background-color: #f3f3f3;
			width:100%;
			text-align:center;
			padding:20px 0;
			margin:0 0 20px 0;
			}
			
		.insecret_contents_01 img	{
			width:95%;
			margin:0 auto;
			}
			

	/* 内緒で借りるキャッシング方法ここまで */
		
	/* 利息の計算方法 */
	
		.readtitle{
			width:100%;
			background-color:#f9e620;
			padding:10px 0;
			text-align:center;
			margin:0 0 30px 0;
			}
		.readtitle img{
			width:200px;
			}
	
		.readtitle2{
			width:100%;
			padding:10px 0;
			text-align:center;
			margin:0 0 30px 0;
			}
			
		.readtitle2 img{
			width:332px;
			}
			
		.readcontents	{
			width:95%;
			margin:0 auto 40px;
			line-height:180%;
			font-size:auto;
			}
		
		.readcontents a	{
			color:#0bb72d;
			}
		
		
	/* 利息の計算方法ここまで */
		
	/* 運営会社情報 */
		
		#corpinfo{
			width:95%;
			margin:0 auto 60px;
			background-color:;
			
			}
		#corpinfo th{
			padding:20px;
			vertical-align:middle;
			}
		#corpinfo td{
			padding:20px;
			vertical-align:middle;
			}
			
		#corpinfo tr{
			border-bottom:1px solid #000;
		}	
	
		#corpinfo tr:last-child{
		  border: none;
		}
		
		.name{
			width:80px;
			}
		
		.mail{
			width:150px;
			}
		
		
		
		
	
	/* 運営会社情報ここまで */
		
	/* 免責事項 */
	
		.texttitle{
			width:95%;
			margin:0 auto;
			background-color:;
			text-align:center;
			padding:0px 0 30px 0;
			border-bottom:1px solid #000;
			}
			
		.textcontents{
			width:95%;
			margin:0 auto;
			background-color:;
			line-height:2em;
			padding:20px 0 80px;
			}
	/* 免責事項ここまで */
		
	/* 個人情報の取扱について */
	
		.mail2{
			width:200px;
			margin:0 0 0 3px;
			}
	
	
	/* 個人情報の取扱についてここまで */
		
		
	/* サービス内容詳細 */
	
		.fv_text2	{/*文字だけタイトル*/
			text-align:center;
			font-size:1.5em;
			padding:100px 0 0px 0;
			width:95%;
			margin:0 auto;
			}
		
		.service{
			margin:0px auto;
			width:95%;
			background-color:;
			}
		
		.service_name{
			background-color:#f9e620;
			border:2px solid #000;
			margin:0px auto 10px;
			padding:10px;
			font-size:;
			font-weight:bold;
			}
		
		.service_name a{
			text-decoration:none;
			color:#000;
			}
		
		.service_banner{
			text-align:center;
			padding:;
			margin:0px auto 10px;
			}
			
		.service_banner img{
			width:100%;
			}
			
		.service_memo{
			width:100%;
			margin:0 auto 10px;
			}
		
		.service_memo div:first-child{}
		
		.service_memo div:last-child{}
		
		.service_memo1,.service_memo2{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			border:2px solid #000;
			margin:0 0 10px 0;
			}
			
		.service_memo_title{
			background-color:#f9e620;
			border-right:2px solid #000;
			padding:10px;
			font-size:80%;
			line-height:130%;
			}
			
		.service_memo_txt{
			padding:10px 0 10px 10px;
			text-align:left;
			background-color:;
			font-size:80%;
			width:70%;
			line-height:130%;
			}
			
		.service_tips{
			background-image: url(./img/sp/list/img01.png);
			background-repeat: no-repeat;
			background-position: top left;
			background-size: 47px;
			border:2px solid #000;
			margin:0 auto 10px;
			}


		.service_tips1{
			margin:10px 10px 10px 60px;
			font-size:80%;
			font-weight:bold;
			}
		.service_tips2{
			margin:;
			}
			
		#service_tb{
			width:100%;
			border:2px solid #000;
			margin:0 auto 10px;
			font-size:80%;
			}
			
		#service_tb_th {
			text-align:center;
			padding:5px;
			background-color: #f3f3f3;
			border-right:1px solid #000;
			width:25%;
			vertical-align:middle;
			line-height:130%;
			}
			
		#service_tb tr{
			border-bottom:1px solid #000;
			}
			
		#service_tb td{
			padding:5px;
			vertical-align:middle;
			line-height:180%;
			}
			
		#service_tb1{
			background-color:#000;
			color:#f9e620;
			border-bottom:1px solid #000;
			padding:5px;
			}
		#service_tb2{
			background-color:#f9e620;
			color:#000;
			border-bottom:1px solid #000;
			padding:5px;
			}
		
		.service_tips_2{
			width:100%;
			margin:0 auto 20px;
			padding:;
			line-height:180%;
			font-size:80%;
			}
		
		.service_cv{
			width:100%;
			margin:0 auto;
			padding:0px 0 25px 0;
			}
		
		.service_cvbutton{
			text-align:center;
			padding:10px 0;
			}
	
		.service_after{
			width:100%;
			background-color: #f3f3f3;
			margin-top:10px;
			padding:20px 0;
			}
			
		.service_after p{
			width:90%;
			margin:0 auto;
			line-height:180%;
			font-size:80%;
			}
	
	/* サービス内容詳細ここまで */
		
	/* メルマガ登録 */
		.mm_title {
			text-align:center;
			padding:0px 0 0px 0;
			}
		.mm_title h3{
			font-size:110%;
			line-height:180%;
			}
		
		.mm_container{
			text-align:center;
			background-color:;
			}
		
		.mm_txt01{
			text-align:center;
			font-size:80%;
			width:80%;
			margin:0px auto 20px ;
			}
		
		#mm_box{
			background-color:#f9e620;
			padding:20px 0 20px 0;
			}
		
		.mm_h{
			background-color:#707070;
			padding:5px 10px;
			color:#fff;
			}
		
		#mm_box input{
			text-align:center;
			}
		
		.mm_txt02{
			text-align:center;
			font-size:80%;
			margin:20px 0 20px 0;
			}
		
		#mm_box_c{
			background-color:#f3f3f3;
			padding:20px 0 20px 0;
			}
		
		#mm_box_c input{
			text-align:center;
			}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		.mm_box{
			width:100%;
			margin:30px auto 20px;
			background-color:#f9e620;
			padding:10px 0 10px 0;
			}
		
		.mm_box_title{
			text-align:center;
			width:90%;
			margin:0px auto 10px;
			line-height:150%;
			padding:30px 10px 10px 10px;
			}
			
		.mm_box_tips{
			width:90%;
			margin:0 auto;
			font-size:80%;
			line-height:150%;
			}
			
		.mm_form{
			width:90%;
			text-align:center;
			margin:30px auto 30px;
			}
			
		.mm_form input{
			width:100%;
			margin:10px 0 20px;
			height:40px;
			text-align:center;
			font-size:;
			padding:20px;
			}
			
		.mm_form p{
			margin:10px 0;
			}
			
		.mm_h{
			background-color:#707070;
			padding:5px 10px;
			color:#fff;
			}
		
		.mm_box2{
			text-align:center;
			margin:0 0 50px 0;
			}
		
		.mm_box2_1{
			width:90%;
			font-size:80%;
			margin:0px auto 20px;
			text-align:left;
			line-height:150%;
			}
			
		.mm_box2_2{
			font-size:80%;
			margin:50px 0;
			}
		
		.mm_cvbutton{
			width:90%;
			margin:0 auto;
			}
		
		
		
		.mm_cvbutton2{
			width:90%;
			margin:0 auto 50px;
			}
		
		.mm_cvbutton2 p{
			width:100%;
			margin:10px 0;
			}
			
		.mm_cvbutton2 p:last-child{
		  margin-left:auto;
		}	
			
		.mm_box3{
			margin:50px auto 20px;
			text-align:center;
			font-size:80%;
			line-height:180%;
			}
			
		.mm_kakunin{
			text-align:center;
			width:90%;
			margin:0 auto;
			}
			
		.mm_kakunin p{
			font-size:130%;
			margin:10px auto;
			width:90%;
			}
			
		.mm_kakunin p:last-child{
		  color:#555;
		}	
			
		.mm_box_teishi{
			width:100%;
			margin:30px auto 20px;
			background-color:#f3f3f3;
			padding:10px 0 10px 0;
			}
			
		.mm_h2{
			background-color:#f9e620;
			padding:5px 10px;
			}
		
	/* メルマガ登録ここまで */
		
	/* 返済シミュレーション */
		
		.simulation_title	{
			margin:0px 0;
			padding:0 0 40px 0;
			text-align:center;
			}
			
		.simulation_title01{
			}
		
		.simulation_title1{
		width:100%;
		background-color:#f9e620;
		text-align:center;
		padding:20px 0 0 0;
		margin:0 0 0px 0;
			}
		
		.simulation_title1 p {
		}
		
		.simulation_title1_01{
		margin:0 15px 15px 15px;
		}
		
		.simulation_title1_01 img{
		width:302px;
		}
		
		.simulation_title1_02{
		}
		.simulation_input01{/* 入力 */
			border:2px dashed #f9e620;
			width:130px;
			text-align:center;
			font-size:180%;
			height:60px;
			margin:0 15px 0 0;
			}
		.simulation_title1_02 span{/* %だけ */
			font-size:150%;
			}
		
		.simulation_title1_03{
		margin:15px 15px 0 15px;
		font-size:70%;
		text-align:left;
		line-height:180%;
		padding:0 0 20px 0;
			}
		
		.simulation_title1_1	{
		width:100%;
		text-align:center;
		margin:0 0 20px 0;
			}
		
		.simulation_title1_1 img	{
		width:100%;
			}
		
		
		
		.simulation_box{
			width:350px;
			background-color: #f3f3f3;
			padding:0;
			margin:0 auto 20px;
		}
		
		.simulation_box_title{
			}
			
		.simulation_box_title img{
			width:350px;
			}
			
		.simulation_box_contents{
			padding:10px;
			
			
			
			}
		.simulation_box_contents img{
			width:100%;
			}
			
			
			
		.simulation_box_01{
			}
		.simulation_input02{/* 入力2 */
			border:2px dashed #f3f3f3;
			width:65px;
			text-align:center;
			font-size:180%;
			height:65px;
			margin:0 10px;
			}
			
		.simulation_input03{/* 入力2 */
			border:2px dashed #f3f3f3;
			width:120px;
			text-align:center;
			font-size:180%;
			height:65px;
			margin:0 10px;
			}
			
		.simulation_l{
			text-align:center;
			line-height:400%;
			padding:15px 0 0 0;
			}
			
		.simulation_l span{
			}
		.simulation_l img{
			}
		
		.simulation_r	{
			text-align:center;
			line-height:400%;
			margin:15px 0;
			}
		.simulation_r span{
			}
			
		.simulation_box_02{
		font-size:80%;
		line-height:180%;
		padding:0 0 15px 0;
			}
			
			
	/* 返済シミュレーションここまで */
		
		
		
		
		
		
		
		
	}/* SP用CSSここまで */
	
	
