/* CSS Document */

a {
	color:#333;
	text-decoration:none;
}
a:visited {
/*	color: #CCC;*/
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}

img {
    border: none;
    display: block;
}

section {
    display: block;
    unicode-bidi: isolate;
}

#sub {
    padding: 30px 0 0;
}

#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
	font-size: 110%;
}

.cWrap .chengeBtn {
    margin-bottom: 40px;
}

.cWrap .chengeBtn ul {
    letter-spacing: -5px;
    text-align: center;
    border-bottom: dotted 1px #e6e6e6;
    padding-bottom: 18px;
}

.cWrap .chengeBtn li {
    letter-spacing: 2px;
    display: inline-block;
    width: 24%;
    border-right: 1px solid #e6e6e6;
    padding: 0 10%;
}

.cWrap .chengeBtn li:nth-child(2) {
    border: 0;
}

.cWrap .chengeBtn li img {
    width: 100%;
    height: auto;
}    

/*-------------------------------------------

subBox

--------------------------------------------*/
#subBox a {
    color: #0071BC;
}

#subBox a:hover {
    color: #E9B9B4;
}


#subBox img {
    display: inline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#subBox h1.title {
    font-size: 200%;
    line-height: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    color: #FFFFFF;
    margin: 0 0 20px;
    padding: 5px;
    text-align: center;
    background: #E9B9B4;
}

#subBox .read {
    padding: 20px 0 30px;
}

#subBox .read h1 {
    font-size: 160%;
    line-height: 130%;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: bold;
}

#subBox .read .text {
    font-size: 110%;
    letter-spacing: 1px;
}

#subBox h2.title,
#subBox h2.title_sub {
    padding: 4px;
    margin-bottom: 20px;
}

#subBox .fv {
    margin: 30px auto 50px;
    width: 50%;
}

#subBox .fv img {
    width: 100%;
    height: auto;
}

#subBox .contentSet {
    margin-bottom: 40px;
}

#subBox .contentSet h2 {
    margin-bottom: 20px;
    font-size: 130%;
    line-height: 100%;
    letter-spacing: 2px;
    background: #A2CE7B;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
}

#subBox .contentSet .text {
    margin-bottom: 10px;
    line-height: 160%;
    letter-spacing: 1px;
    color: #666666;
}

#subBox .contentSet ul {
    padding: 10px 10px 0;
}

#subBox .contentSet li {
    margin-bottom: 15px;
}

#subBox .contentSet li span.pdf {
    background: url(../../about/images/file_pdf.png) no-repeat left;
    background-size: 25px;
    padding: 6px 0 0 28px;
}

#subBox .contentSet .box01 {
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    line-height: 1.4em;
}

#subBox .contentSet .application {
    background: #F1EFEE;
    padding: 20px;
    font-size: 105%;
    border-radius: 10px;
}

#subBox .contentSet .symbolflag li:first-child {
    padding-right: 20px;
}

#subBox .contentSet .symbolflag li {
    float: left;
    width: 48%;
}

#subBox .contentSet .symbolflag li img {
    width: 100%;
    margin-bottom: 10px;
}

#subBox .privacy ul {
    padding-left: 20px;
    font-size: 110%;
}

#subBox .privacy ul ul {
    padding-left: 20px;
}

#subBox .privacy li {
    list-style-type: disc;
    border-bottom: solid 1px #f2f2f2;
}

#subBox .privacy li a {
    display: block;
    padding: 10px 0;
}

@media screen and (max-width:640px) {
    #subBox {
        border: 0;
        padding: 0;
    }

    #subBox .contentSet .symbolflag li:first-child {
        padding-right: 0;
    }

    #subBox .contentSet .symbolflag li {
        float: none;
        width: 100%;
    }
}


/*-------------------------------
straight
--------------------------------*/

#sub .straight .text{
	line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 18px;
	color: #333;
}
#sub .straight p img{
	width: 50%;
    margin: 0 auto 30px;
    display: block;
}
#sub .straight ul{
	margin: 50px 0;
}
#sub .straight ul li{
	padding: 10px 0;
}
#sub .straight ul li a{
	font-weight:bold;
	display: inline-block;
	transition:.3s;
	transform: scale(1);
	font-size: 18px;
}
#sub .straight ul li a:hover{
	font-weight:bold;
	transform: scale(1.05);
}

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

	#sub .straight .text{
		padding: 0;
	}
	#sub .straight p img {
    	width: 100%;
	}
	#sub .straight ul li a{
		font-size: 15px;
	}
}

/*---------------------------------
	recommend
---------------------------------*/

.R_list {
    margin-top: 30px;
}

.R_list .R_title {
    font-size: 120%;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: url("../../module-und/img/guide/icon_reco.png") #f2f2f2 10px no-repeat;
    background-size: 30px;
    padding: 10px;
    padding-left: 50px;
}

.R_list ul {
    letter-spacing: -5px;
}

.R_list li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    width: 23.9%;
    margin-right: 1.4%;
}

.R_list li:last-child {
    margin-right: 0;
}

.R_list dl {}

.R_list dt {}

.R_list dt img {
    width: 100%;
}

.R_list dd {}

.R_list dd .catTitle {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.R_list dd .catTitle span {
    color: #FFFFFF;
    font-size: 85%;
    line-height: 100%;
    display: block;
    font-style: normal;
    padding: 10px 5px 9px 5px;
    letter-spacing: 0px;
}

.R_list dd .catTitle .feature {
    background-color: rgba(212, 116, 106, 0.8);
}

.R_list dd .catTitle .eat {
    background-color: rgba(120, 189, 54, 0.8);
}

.R_list dd .catTitle .cook {
    background-color: #BF387A;
}

.R_list dd .catTitle .journey {
    background-color: rgba(239, 194, 58, 0.8);
}

.R_list dd h3 {
    font-size: 100%;
    line-height: 120%;
    letter-spacing: 2px;
}

.R_list dd aside {
    display: none;
    margin-top: 10px;
}

.R_list dd aside.ft .data {
    font-family: Fjalla;
    font-weight: bold;
    float: left;
    font-size: 100%;
    line-height: 110%;
}

.R_list dd aside.ft .icon_cat {
    float: right;
    border-left: solid 1px #333333;
    padding-left: 10px;
}

@media screen and (max-width:640px) {
    .R_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .R_list li:nth-child(even) {
        margin-right: 0;
    }
}


/*---------------------------------
	テーブル基本テンプレート
---------------------------------*/

.table_temp {
    border-collapse: collapse;
    word-break: break-all;
}

.table_temp th {
    background: #fafafa;
    width: 28%;
    text-align: left;
    font-weight: bold;
}

.table_temp td,
.table_temp th {
	font-size:100%;
    border: solid 1px #e6e6e6;
    padding: 10px;
    vertical-align: top;
}

.table_temp label{
	font-size:100%;
}

.table_temp dl {}

.table_temp dl dt {
    font-weight: bold;
}

.table_temp dl dd {
    margin-bottom: 10px;
}

.table_temp ul {
    padding-left: 20px;
}

.table_temp ul li {
    list-style-type: disc;
}

.table_temp ol {
    padding-left: 30px;
}

.table_temp ol li {
    list-style-type: decimal;
}

/*---------------------------------
	inner
---------------------------------*/
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clearBox {
  font-size: 0.1px;
  line-height: 1%;
  clear: both;
  height: 0px;
  width: 0px;
}