@charset "UTF-8";

/* ------------------------------

    INDEX
	
	A　* 全体設定
	B　* ヘッダー
	C  * フッター
	D  * コンテンツ
	
------------------------------ */

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-

 * A. 全体設定
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/

html {
	font-size: 62.5%;
}
body {
    font-size: 1.8em;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#333;
    overflow: hidden;
}
a:link, a:visited, a:active {
    color: #333333;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #ff68c4;
    text-decoration: none;
}

.br:before {
	content: "\A" ;
	white-space: pre ;
}

/* ------------------------------------------------------------
	Common >> fonts
------------------------------------------------------------ */

.f16 {
    font-size: 1.6rem;
}
.f14 {
    font-size: 1.4rem;
}
.f12 {
    font-size: 1.2rem;
}


.bg01 {background: #EEE;}
.bg02 {background: #def0ff;}
.bg03 {background: #fff5ee;}


.p_16 {padding: 16px 0;}
.p_32 {padding: 32px 0;}
.mb10{margin-bottom:10px;}


#wrapper{
  background-image:url(../img/haikei.jpg);
  background-size: 120px;
}

.t_center{
  text-align:center;
}




/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-

 * B. ヘッダー
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/
 
 
 
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-

 * C. フッター
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/
 
 
 
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-

 * D. コンテンツ
 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=*/


#main_wrap {}

#main_in {
  background:#fff;
}

#main { 
  max-width: 640px; 
  margin: 0 auto; 
  background: #FFF;
  padding:5px;
  color:#666;
}

#footer {
	text-align: center;
	font-size: 1.2rem;
	color:#fff;
	padding: 10px 0;
  margin:0 auto;
  background:#ff669f;
}


.top_pic img{
  width:100%;
  max-width:640px;
}




.step_in{
  background: #fceff2;
  border-radius: 10px;
  padding:10px 20px;
  line-height:1.6;
  font-size:14px;
  margin:10px 0;
}

.step_in h3{
  color:#ff669f;
  margin-bottom:15px;
}



.menu{
  border-top:dashed 1px #888;
  border-bottom:dashed 1px #888;
  margin:10px 0;
  padding:10px 0;
  letter-spacing:2px;
  text-align:center;
}

.menu a{
  color:#f235aa;
}

.menu a:hover{
  color:#4346fd;
}

.menu li{
  background:no-repeat;
  text-align:left;
  font-size:14px;
  line-height:4;
  letter-spacing:1px;
  display:block;
  margin-left: 15px;
}

.menu li a{
  display:block;
  width:100%;
  padding-left:40px;
}

.menu li:nth-child(even){
  background-image:url(../img/even.png);
  background-size:30px;
  background-position:center left;
}

.menu li:nth-child(odd){
  background-image:url(../img/odd.png);
  background-size:30px;
  background-position:center left;
}

.no_link{
  background:#ffffff !important;
}

.oubo{
  background:#ff669f;
  color:#fff;
  text-align:center;
  padding:5px;
  margin:10px 10px 20px 10px;
  letter-spacing:2px;
  border-radius:10px;
}

.renraku{
  text-align:center;  
}

.text01{
  font-weight:bold;
}

.text02{
  font-weight:bold;
  color:#ff669f;
}


/* ---------------------------------------------
    戻るボタン
--------------------------------------------- */
.f_back {
  max-width: 820px;
  height: 40px;
  margin: 0 auto;
  text-align: right;
}

.f_back a {
  display: block;
  float: right;
  margin-right: 0;
  color: #7e7e7e; /* 色変更 */
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 2.2pt;
}

.f_back a:hover {
  opacity: .7;
  zoom: 1;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  -o-opacity: .7;
}

.f_back a span {
  margin-top: 0;
  margin-left: 6px;
  font-size: 60px;
  vertical-align: -7px;
}

.batsu{
  font-size:48px;  
}



.renraku{
  padding:20px;
  text-align:center;
  margin:20px auto 0;
  max-width:640px;
  background:#fff;
  margin-bottom:10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  font-size:13px;
}

.renraku p{
  padding:0 10px 10px;
  line-height:1.5;
  letter-spacing:2px;
  font-weight:bold;
  text-align:center;
}
  
.renraku table{
  width:100%;
  text-align:left;
}

.renraku th{
  display:block;
  border-left: solid 12px #ffa1bf;
  padding:10px;
}

.renraku td{
  display:block;
  margin:10px 0 5px;
  text-align:center;
  background:#fff0f0;
  border-radius:10px;
}

.renraku td a{
  display:inline-block;
  padding:10px 0;
  width:100%;
  border-radius:10px;
}

.renraku img{
  display:none;
}

.renraku td a:hover{
  background:#fff0f0;
  color:#fff;
}


.page_title{
  padding:5px 0 0 10px;
  letter-spacing:1px;
  border-left:solid 10px #ffa1bf;
}

.top{
  text-align:center;
  margin:20px 0;
}

.top a{
  width:200px;
  background:#62fcfc;
  padding:10px 30px;
  border-radius:30px;
}
.top a:hover{
  background:#d7fefe;
}

.line{
  border-bottom:dashed 1px #888;
  margin:10px 0;
}

.page_title h2{
  font-size:18px;
  letter-spacing:1px;
}

.consept{
  text-align:center;
  color:#f770c0;
  font-weight:bold;
  border:solid 1px #f770c0;
  padding:10px;
  line-height:2;
  letter-spacing:2px;
  border-radius:10px;
  background:#fff;
}

.chigai{
  text-align:center;
  margin:30px 0;  
}

.chigai h3{
  color:#ff669f;
  margin:15px 0;
  text-align:left;
}

.flow{
  margin:30px 0;
}

.flow img{
  text-align:center;
  max-width:500px;
  width:100%;
}

.flow h3{
  color:#ff669f;
  margin:15px 0;
  text-align:left;
}

.img_r{
  text-align:center;
}

.mynum_btn{
  text-align:center;
  background:#ffffff;
  border-radius:10px;
  margin:10px auto;
  max-width:200px;
}
.mynum_btn a{
  padding:10px 0;
  width:100%;
  display:inline-block;
}

.mynum_btn a:hover{
  background:#ffccff;
  border-radius:10px;
}

@media screen and (min-width: 641px) {
  #main_in {
    border:solid 1px #efefef;
    max-width:840px;
    margin:0 auto;
    background:#fff;
  }
  
.top_pic{
  width:640px;
  text-align:center;
  margin:0 auto;
}

.top_pic img{
  max-width:640px;
  text-align:center;
}

.renraku{
  padding:20px;
  text-align:center;
  margin:20px auto;
  max-width:640px;
  background:#fff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  font-size:18px;
}

.renraku p{
  padding:0 10px 10px;
  line-height:1.5;
  letter-spacing:2px;
  font-weight:bold;
  text-align:center;
}
  
.renraku table{
  width:100%;
  text-align:left;
}

.renraku a{
  text-decoration:underline;
}


.renraku td{
  vertical-align:top;
  display:table-cell;
  text-align:left;
  background:#fff;
}

.renraku td a{
  padding-top:5px;
  line-height:1;
}

.renraku td a:hover{
  background:#fff;
  color:#f235aa;
}

.hyou01{
  margin-bottom:20px;  
}

.renraku th{
  vertical-align:top;
  padding:5px;
  display:table-cell;
  border-left: none;
}

.space01{
  padding-bottom:20px;
}

.renraku img{
  max-width:200px;
  width:100%;
  display:block;
}

.step_in{
  font-size:16px;
  margin:10px 0;
  letter-spacing:1px;
}  

.menu li{
  font-size:18px;
  line-height:3;
  margin-left: 0px;
}

.menu li a{
  padding-left:65px;
  margin-left:0px;
}

.menu li:nth-child(even){
  background-size:50px;
}

.menu li:nth-child(odd){
  background-size:50px;
}

.page_title h2{
  font-size:24px;
  letter-spacing:1px;
}

.menu ul{
  display:inline-block;
}

.no_link{
  padding-top:5px;
}

.flow img{
  text-align:center;
  width:500px;
  display:block;
  margin:0 auto;
}

.img_r{
  float:right;
}

}
