@charset "UTF-8";
.sr-el{
    visibility: hidden;
  }
.fx{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fx--item-s {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.fx--item-c{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fx--item-st {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fx--jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fx--jc-e {
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
  }
.fx--jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fx--jc-st {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.fx--dir-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fx--dir-c {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction:column;
	flex-direction:column;
  }
.fx--dir-r-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.fx--wrap {
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width:640px){
    .fx--sp-block{
        display: block;
    }
}
.box-link{
	position: relative;
}
.box-link a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -999em;
	background-color:rgba(255,255,255,0);
}

@media screen and (min-width:980px){
	.box-link a{
		transition: background-color .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.box-link a:hover{
		background-color:rgba(255,255,255,.2);
	}
}
#contents.college-contents * { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#contents.college-contents{
	color: #333;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	width:100%;
	background-color:#f6f7f1;
	padding-bottom:0;
}

.c-white{
color:#fff;
}
.c-blue{
color:#049ad9;
}
.c-red{
color:#ff6660;
}
.c-brown{
color:#784842;
}
.alc,
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-justify{
	text-align:justify;
	-ms-text-justify: inter-ideograph;
}
.mb-l{
	margin-bottom: 6rem;
}
.mb-m{
	margin-bottom: 3rem;
}
.mb-s{
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
.txt-LL{
font-size:16pt;
}
.txt-L{
font-size:12pt;
}
.txt-N{
font-size:10pt;
}
.txt-S{
font-size:8pt;
}
}
@media (min-width: 768px) {
.txt-LL{
font-size:18pt;
}
.txt-L{
font-size:14pt;
}
.txt-N{
font-size:10pt;
}
.txt-S{
font-size:9pt;
}
}

	@media (max-width: 767px) {
	#contents.college-contents{
	padding-top:2em;
	padding-bottom:2em;
	margin-bottom:0;
	}
	#contents.college-contents img {
	border : 0;
	max-width: auto;
	height: auto;
	}
	}
	@media (min-width: 768px) {
	/*#contents.college-contents{
	padding-top:4em;
	}*/
	}
	@media screen and (min-width: 980px){
	#contents.college-contents img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}
	}
	#contents.college-contents .clearfix:after {
	content:" ";
	display:block;
	clear:both;
	}


#contents.college-contents .container{
  margin-left:auto;
  margin-right:auto;
}
@media only screen and (max-width: 767px) {
  #contents.college-contents .mobile-only{
  display:block;
  }
 #contents.college-contents .desktop-only{
  display:none;
  }
#contents.college-contents .container{
    padding-left:4%;
    padding-right:4%;
    margin-left:auto;
    margin-right:auto;
    }
  }
@media only screen and (min-width: 768px) {
  #contents.college-contents .mobile-only{
  display:none;
  }
  #contents.college-contents .desktop-only{
  display:block;
  }
  #contents.college-contents .container{
    padding-left:6%;
    padding-right:6%;
    margin-left:auto;
    margin-right:auto;
    }
}
@media screen and (min-width: 980px){
   #contents.college-contents .container{
    max-width:980px;
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto;
    }
  }
#contents.college-contents .font-en{
  font-family: 'Roboto Condensed', Tahoma,sans-serif;
  font-weight:300;
  }
#contents.college-contents .font-en-b{
  font-family: 'Roboto Condensed', Tahoma,sans-serif;
  font-weight:400;
}
#contents.college-contents .uppercase{
  text-transform:uppercase;
 }
#contents.college-contents .breaker { clear: both; }
#contents.college-contents .floatleft {
    float: left;
}
#contents.college-contents .floatright {
    float: right;
}
#contents.college-contents .alc{
  text-align:center;
  }
#contents.college-contents .alr{
 text-align:right;
}
#contents.college-contents .mb1em{
 margin-bottom:1em;
 }
#contents.college-contents .mb2em,
.recommends .mb2em{
 margin-bottom:2em;
 }
#contents.college-contents .mb4em{
 margin-bottom:4em;
 }
#contents.college-contents .phc{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display:block;
  }
#contents.college-contents a{
  outline:none;
  text-decoration:none;
  }

#contents.college-contents .under_anime a,
#contents.college-contents a.under_anime{
  position: relative;
  color: #000;
  text-decoration: none;
}
#contents.college-contents .under_anime a:before,
#contents.college-contents a.under_anime:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin:left bottom;
  z-index:0;
}

@media screen and (min-width: 980px){
#contents.college-contents .base-tansition,
#contents.college-contents .base-tansition a{
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  }
#contents.college-contents .under_anime a:hover:before,
#contents.college-contents a.under_anime:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}
#contents.college-contents .justify{
	text-align:justify;
	-ms-text-justify: inter-ideograph;
	}
#contents.college-contents .container{
  margin-left:auto;
  margin-right:auto;
}
/************************************
https://keprate.com/sample/css-form/index.html?link=true
form
*************************************/
button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}


/* for firefox */
select {
    text-indent: 0.01px;
    text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
    display: none;
}


/* Google Chrome, Safari, Opera 15+, Android, iOS */
select:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
}
/* Firefox 18- */
:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
    font-size: 1.2rem;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 12px;
    font-size: 1.2rem;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
}
/*
re design
***********************/
/* input[type="text"] textarea */

textarea,
input[type="number"],
input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 100px;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}



.form-select {
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

.form-select select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border: none;
    position: relative;
}

.form-select select:not(:target) {
    width: 120% \9;
}


/* radio */
.form-radio input[type=radio]+label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 9px 5px 8px 28px;
    margin-right: 0px;
}

.form-radio input[type=radio]+label::before,
.form-radio input[type=radio]+label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.form-radio input[type=radio]+label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #FFF;
    border: 1px solid #ccc;
}

.form-radio input[type=radio]+label::after {
    left: 6px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    background: #f4f4f4;
}

.form-radio input[type=radio]:checked+label::after {
    background: #333;
}


/* form-checkbox */
.form-checkbox{}
.form-checkbox label {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 6px 5px 8px 30px;
}

.form-checkbox label::before,
.form-checkbox label::after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.form-checkbox label::before {
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background: #fff;
    border: 2px solid #ccc;
}

.form-checkbox input[type=checkbox]+label::after {
    width: 24px;
    height: 24px;
    top: 2px;
}

.form-checkbox input[type=checkbox]:checked+label::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../../common/images/icon_check.png) 0 0 no-repeat;
    background-size: 24px 24px;
    left: -1px;
    top: -1px;
}




.form-checkbox-packege{
  margin-bottom: 2rem;
}
.form-checkbox-packege label {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px 5px 8px 70px;
}

.form-checkbox-packege label::before,
.form-checkbox-packege label::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-checkbox-packege label.pk-original::before,
.form-checkbox-packege label.pk-not-sugar::before,
.form-checkbox-packege label.pk-coffee::before,
.form-checkbox-packege label.pk-maroyaka-coffee::before,
.form-checkbox-packege label.pk-cacao::before,
.form-checkbox-packege label.pk-nuts::before,
.form-checkbox-packege label.pk-tasty-cra::before,
.form-checkbox-packege label.pk-tasty-coa::before,
.form-checkbox-packege label.pk-original-1000::before,
.form-checkbox-packege label.pk-not-sugar-1000::before,
.form-checkbox-packege label.pk-choco::before,
.form-checkbox-packege label.pk-caramel::before{
  width: 60px;
  height: 64px;
  margin-top: -32px;
}
.form-checkbox-packege label.pk-original::before{
  background: url(/almondkouka/common/images/pk-original.png) 0 0 no-repeat;
  background-size: contain;
}
.form-checkbox-packege label.pk-not-sugar::before{
  background: url(/almondkouka/common/images/pk-not-sugar.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-coffee::before{
  background: url(/almondkouka/common/images/pk-coffee.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-maroyaka-coffee::before{
  background: url(/almondkouka/common/images/pk-maroyaka-coffee.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-cacao::before{
  background: url(/almondkouka/common/images/pk-cacao.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-nuts::before{
  background: url(/almondkouka/common/images/pk-nuts.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-tasty-cra::before{
  background: url(/almondkouka/common/images/pk-tasty-cra.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-tasty-coa::before{
  background: url(/almondkouka/common/images/pk-tasty-coa.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-original-1000::before{
  background: url(/almondkouka/common/images/pk-original-1000.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-not-sugar-1000::before{
  background: url(/almondkouka/common/images/pk-not-sugar-1000.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-choco::before{
  background: url(/almondkouka/common/images/pk-choco.png) 0 0 no-repeat;
  background-size: cover;
}
.form-checkbox-packege label.pk-caramel::before{
  background: url(/almondkouka/common/images/pk-caramel.png) 0 0 no-repeat;
  background-size: cover;
}

.form-checkbox-packege label.normal::before{
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background: #fff;
  border: 2px solid #ccc;
}
.form-checkbox-packege input[type=checkbox]+label::after {
  width: 24px;
  height: 24px;
  top: 2px;
}

.form-checkbox-packege input[type=checkbox]:checked+label::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../../common/images/icon_check.png) 0 0 no-repeat;
  background-size: 24px 24px;
  left: 0;
  bottom:0;
}
.form-checkbox-packege label span{
  font-size: .8rem;
  display: block;
}




.form-radio-packege{
  margin-bottom: 2rem;
}
.form-radio-packege label {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 6px 5px 8px 70px;
}

.form-radio-packege label::before,
.form-radio-packege label::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.form-radio-packege label.pk-original::before,
.form-radio-packege label.pk-not-sugar::before,
.form-radio-packege label.pk-coffee::before,
.form-radio-packege label.pk-maroyaka-coffee::before,
.form-radio-packege label.pk-cacao::before,
.form-radio-packege label.pk-nuts::before,
.form-radio-packege label.pk-tasty-cra::before,
.form-radio-packege label.pk-tasty-coa::before,
.form-radio-packege label.pk-original-1000::before,
.form-radio-packege label.pk-not-sugar-1000::before,
.form-radio-packege label.pk-choco::before,
.form-radio-packege label.pk-caramel::before{
  width: 60px;
  height: 64px;
  margin-top: -32px;
}

.form-radio-packege label.pk-original::before{
  background: url(/almondkouka/common/images/pk-original.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-not-sugar::before{
  background: url(/almondkouka/common/images/pk-not-sugar.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-coffee::before{
  background: url(/almondkouka/common/images/pk-coffee.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-maroyaka-coffee::before{
  background: url(/almondkouka/common/images/pk-maroyaka-coffee.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-cacao::before{
  background: url(/almondkouka/common/images/pk-cacao.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-nuts::before{
  background: url(/almondkouka/common/images/pk-nuts.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-tasty-cra::before{
  background: url(/almondkouka/common/images/pk-tasty-cra.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-tasty-coa::before{
  background: url(/almondkouka/common/images/pk-tasty-coa.png) 0 0 no-repeat;
  background-size: cover;
}

.form-radio-packege label.pk-original-1000::before{
  background: url(/almondkouka/common/images/pk-original-1000.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-not-sugar-1000::before{
  background: url(/almondkouka/common/images/pk-not-sugar-1000.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-choco::before{
  background: url(/almondkouka/common/images/pk-choco.png) 0 0 no-repeat;
  background-size: cover;
}
.form-radio-packege label.pk-caramel::before{
  background: url(/almondkouka/common/images/pk-caramel.png) 0 0 no-repeat;
  background-size: cover;
}

.form-radio-packege label.normal::before{
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background: #fff;
  border: 2px solid #ccc;
}
.form-radio-packege input[type=radio]+label::after {
  width: 24px;
  height: 24px;
  top: 2px;
}

.form-radio-packege input[type=radio]:checked+label::after {
  position: absolute;
  display: block;
  content: '';
  background: url(../../common/images/icon_check.png) 0 0 no-repeat;
  background-size: 24px 24px;
  left: 0;
  bottom:0;
}
.form-radio-packege label span{
  font-size: .8rem;
  display: block;
}

/*
button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 44px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer;
}

button:before {
  position: absolute;
  display: block;
  content: '';
  width: 98%;
  height: 3px;
  background: #ccc;
  bottom: -4px;
  left: 1%;
}
@media print,screen and (min-width: 1024px) {
    button {
        -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -ms-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
    button:hover {
        color: #111;
        background: #fff;
    }
}
*/



.img-txt-button{
  padding:2rem 2rem;
  border-radius:4rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  }
.img-txt-button img{
  vertical-align: middle;
  display:block;
}
.img-txt-button.brown{
  color:#fff;
  background-color:#784842;
  }
.img-txt-button.red{
  color:#fff;
  background-color:#ff6660;
  }
.img-txt-button.blue{
  color:#fff;
  background-color:#11a5f1;
  }
.img-txt-button.gray{
  color:#fff;
  background-color: #838383;
  }

a.txt-button{
  border-radius:.5rem;
  padding:1rem;
}
a.txt-button.fb{
  background-color:#3b5998;
 }
a.txt-button.tw{
  background-color:#1da1f2;
  }
a.txt-button.fb,
a.txt-button.tw{
  color:#fff;
  display:block;
  width:10em;
  }
a.txt-button.fb i,
a.txt-button.tw i{
  vertical-align:middle;
  }
@media screen and (min-width: 980px){
  a.txt-button:hover,
  .img-txt-button:hover{
    opacity:.8;
    }
}
 

.shareLink{
  border-top: 1px solid #bebebe;
/*  border-bottom: 1px solid #bebebe;*/
  padding:2em;
  }
 .shareLink .baloon{
   background-color:#f0f0f0;
    border-radius: 4px;
    line-height:1;
    margin-bottom:3em;
    padding:.5em 1em;
    position: relative;
    }
 .shareLink .baloon::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f0f0f0 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    left: 50%;
    margin-left:-10px;
    position: absolute;
}
.shareLink ul{
	margin: 0;
	padding:0;
}
.shareLink ul li{
  display:inline-block;
  }



.ripple-section{
	position: relative;
	z-index: 0;
	padding-top: 2rem;
}
.ripple-section::before,
.ripple-section::after{
	content: '';
	display: block;
	top: 0;
	left:0;
	right: 0;
	height: 10rem;
	position: absolute;
}

.ripple-section::before{
	background-color: #fbf5ea;
	z-index:-2;
}
.ripple-section::after{
	z-index:-1;
	background-image: url(/almondkouka/common/images/bg-ripple.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}


.tokuten{
	border: #049ad9 solid 2px;
	border-radius: 10px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
  /*202003改定*/
  max-width: 600px;
}
.tokuten h3{
	background-color: #049ad9;
	padding: 1rem;
	margin: 0;
  color: #fff;
  font-weight: bold;
}
.tokuten .inner{
  padding: 2rem;
  background-color: #fff;
}
.tokuten .inner .rank{
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-weight: bold;
}
.tokuten .inner ul.fx{
	list-style: none;
	background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 640px){
  .tokuten .inner ul.fx li{
    margin-bottom: 2rem;
  }
  .tokuten .inner ul.fx img{
  width: 100%;
  height: auto;
  }
}
@media screen and (min-width: 641px){
  .tokuten .inner ul.fx li{
    flex-basis: calc(50% - 1rem);
  }
}
/*
@media screen and (min-width: 641px){
.tokuten{
	width: 40rem;
	}
}
*/
.bg-cloud{
	width: 100%;
	background-image: url(/almondkouka/common/images/cloud.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}



/*202003改定
ステータス
*/
.status{
  border: 2px solid #784842;
  border-radius:6rem;
  background-color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:768px){
  .status{padding: .5rem 2rem;}
}
@media screen and (min-width:769px){
  .status{padding: 1.5rem 1rem;}
}
.status .you{
  border-right: 1px #ccc solid;
  flex-basis: 40%;
  /*flex-basis: 30%;
  padding: 0 .5rem;*/
}
.status .stage{
  flex-basis: 60%;
  /*flex-basis: 70%;
  padding: 0 .5rem;*/
}
@media screen and (max-width:768px){
  .status .you{padding: .5rem 1rem;}
  .status .stage{padding: .5rem 1rem;}
}
@media screen and (min-width:769px){
  .status .you{padding: .5rem 2rem;}
  .status .stage{padding: .5rem 2rem;}
}
.status .you img,
.status .stage img{
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*202003改定
トップ リニューアルしました
*/
.renewal-info{
  border: 1px dotted #ae9b6f;
  padding: 2rem;
  background-color: rgba(255,255,255,.8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.renewal-info header{
  margin-bottom: .5em;
}
.renewal-info header p{
  font-size: 16px;
  font-weight: bold;
}
.renewal-info header.with-caution{
  background-color:#ff6660;
  border-radius: 10px;
}
.renewal-info header.with-caution p{
  color: #fff;
}
.renewal-info header + p{
  font-size: 14px;
}