@charset "UTF-8";
/* CSS Document */

/* base css
-------------------------------------------------- */
@import  "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i";
@import  "http://fonts.googleapis.com/earlyaccess/notosansjp.css";


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 1rem;
	color: #352729;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 1100px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

a {
	text-decoration: none;
	-moz-transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
}

a:hover {
	color: #f06c59;
	opacity: 0.7;
}

.flexbox {
	-js-display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
}


/* clear
-------------------------------------------------- */
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}



/* カラー
-------------------------------------------------- */
.red {
	color: #d72917;
}

.blue {
	color: #1546b4;
}

.orange {
	color: #f29d64;
}

.bg-yellow {
	background: url(../img/bg_yellow.png) bottom left repeat-x
}


/* all display
-------------------------------------------------- */
.wrap {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	background-color: #f29d64;
    font-size: 0.7rem;
    color: #ffffff;
    text-align: right;
    line-height: 1.2rem;
	font-weight: normal;
}

#header-text {
	width: 1400px;
    margin: 0 auto;
}

header {
	position: relative;
}

header:after {
    content: '';
    background: url(../img/sankaku01.png) repeat-x;
    width: 100%;
    height: 13px;
	display: inline-block;
    position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
}

.header-img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff7e2;
}

.header-img img {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	vertical-align: bottom;
}


.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* ================ box01 ================ */


.box01 {
	background: url(../img/bg01.gif);
	position: relative;
}

.box01:after {
    content: '';
    background: url(../img/sankaku02.png) repeat-x;
    width: 100%;
    height: 13px;
	display: inline-block;
    position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
}

.box01-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 3rem 0;
	text-align: center;
}

.rank {
    margin-bottom: 2rem;
}

.rank:before {
    content: '';
	background: url(../img/clipboard_before.png) no-repeat;
	display: block;
	width: 1100px;
	height: 146px;
	margin: 0 auto;
	line-height: 0;
}

.rank:after {
	content: '';
    background: url(../img/clipboard_after.png) no-repeat;
	display: block;
	width: 1100px;
	height: 72px;
	margin: 0 auto;
	line-height: 0;
}

.rank-inner {
	background: url(../img/clipboard.jpg) repeat-y;
    text-align: left;
    padding: 0 3rem;
}

.rank-inner h2 {
	margin-bottom: 1rem;
}

.rank-inner h2 a {
    color: #f47979;
    font-weight: 600;
    font-size: 2rem;
	text-decoration: underline;
}

.rank01:before {
    content: "";
    width: 62px;
    height: 52px;
    background: url(../img/rank_1.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.6rem;
}

.rank02:before {
    content: "";
    width: 62px;
    height: 52px;
    background: url(../img/rank_2.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.6rem;
}

.rank03:before {
    content: "";
    width: 62px;
    height: 52px;
    background: url(../img/rank_3.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.6rem;
}

.rank04:before {
    content: "";
    width: 62px;
    height: 52px;
    background: url(../img/rank_4.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.6rem;
}

.rank05:before {
    content: "";
    width: 62px;
    height: 52px;
    background: url(../img/rank_5.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.6rem;
}

.rank h3 {
    color: #f66805;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    border-bottom: 2px dotted #37b5bd;
    margin-bottom: 1rem;
}

.rank-flexbox {
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.rank-inner-right {
	padding-left: 2rem;
}

.point p {
    color: #5db1ec;
    font-size: 1.6rem;
	padding-bottom: 0.6rem;
	font-weight: 500;
    border-bottom: 1px dashed #9f9f9f;
	margin-bottom: 1rem;
}

.point p:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/icon_star.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .4rem;
}

.point ul li {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: .5rem 0;
    color: #352729;
}

.point ul li:before {
    content: "";
    width: 28px;
    height: 24px;
    background: url(../img/icon_check.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-top;;
    margin-right: .4rem;
}

.table {
    width: 100%;
    margin: 1.2rem auto 1.4rem;
}

table {
    width: 100%;
	margin: 0 auto;
}

.table th {
    background-color: #5db1ec;
    border: 1px solid #55a1d7;
    color: #fcfcfc;
    padding: .6rem 0;
    font-size: 1.1rem;
    text-align: center;
}

.table td {
    border: 1px solid #55a1d7;
    padding: 1.4rem 0;
    font-size: 1.1rem;
    text-align: center;
}

.voice {
    padding: 1rem 0 0 0;
}

.voice-title:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/icon_smile.png) center left no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: .4rem;
}

.voice-title {
    color: #5db1ec;
    font-size: 1.6rem;
	padding-bottom: 0.6rem;
	font-weight: 500;
    border-bottom: 1px dashed #9f9f9f;
	margin-bottom: 1rem;
}

.voice-user {
    padding: 0 20px 20px 20px;
    background: #f7f7f7;
    border-top: 5px solid #f29d64;
	margin-bottom: 1rem;
}

.voice-user-top {
    margin-bottom: 20px;
    background-position: bottom;
}

.voice-user-name {
    display: inline-block;
    padding: .3rem 1rem .4rem;
    background: #f29d64;
    color: #fcfcfc;
	float: left;
}

.voice-user-star {
    display: inline-block;
    padding: .4rem 0 .4rem 1rem;
	float: left;
}

.voice-txt {
	flex-wrap: nowrap;
}

.voice-txt p {
	padding-left: 1rem;
}


.btn01 {
    width: 600px;
    display: block;
    margin: 0 auto;
    text-align: center;
	position: relative;
    overflow: hidden;
}

.rank-inner a img {
    width: 100%;
	float: none;
}



/* ================ box02 ================ */


.box02 {
	background: url(../img/bg02.jpg) repeat-x;
	position: relative;
}

.box02-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 3rem 0;
	text-align: center;
}

.step {
	width: 70%;
	margin: 0 auto;
	padding: 2rem 0;
}

.step-box  {
    background-color: #ffffff;
    border: 4px solid #f19d64;
    padding: 1.4rem 2rem;
    border-radius: 6px;
    text-align: left;
}


.step-box h2 {
    color: #f19d64;
    font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.step-arrow {
	padding: 1rem 0;
    display: block;
    margin: 0 auto;
}

.step01 h2:before {
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/step_1.png) center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: .4rem;
}

.step02 h2:before {
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/step_2.png) center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: .4rem;
}

.step03 h2:before {
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/step_3.png) center left no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: .4rem;
}



/* ================ box03 ================ */


.box03 {
	background: url(../img/bg03.gif);
	position: relative;
}

.box03-inner {
    width: 1100px;
    margin: 0 auto;
    padding: 3rem 0;
	text-align: center;
}

.list {
    width: 84%;
    margin: 1rem auto;
    padding: 2rem 1rem;
    border: 6px solid #f19d64;
    border-radius: 6px;
	background-color: #ffffff;
}

.list ul {
    width: 100%;
}

.list ul li {
	line-height: 0;
	border: 1px solid #c1c1c1;
}

.list ul li img {
	width: 100%;
}


/* ================ フッター ================ */

footer {
	background-color: #f47979;
	text-align: center;
	padding: 1rem 0;
}

footer li {
    display: inline-block;
    margin: 0 20px 0 0;
}

footer li a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 0.9rem;
}

footer li a:hover, footer li a:visited, footer li a:active  {
    color: #ffffff;
}

#copyright {
    padding: 3rem .8rem;
    font-size: 0.9rem;
    color: #ffffff;
}


.company {
	width: 1100px;
    margin: 1rem auto;
}

.company-inner {
	width: 90%;
    margin: 0 auto;
}

.company-inner h2 {
    font-weight: normal;
    padding: 1rem 0;
    color: #5db1ec;
}

.company-inner p {
    background-color: #5db1ec;
    border-left: 0.8rem solid #55a1d7;
    padding: 0.4rem 0 0.4rem 0.6rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 300;
}

.company-inner span {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 300;
}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
 
#pageTop a {
	display: block;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: : 50%;
    width: 50px;
    height: 50px;
    background-color: #a5a5a5;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	opacity: 0.8;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.arrow:before,
.arrow:after{
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow:after{
	left: 18px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


/* ----------------------------------------
* レスポンシブ
* ~ / 1100px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */

@media screen and (max-width: 1400px) {
	#header-text { width: 100%; }
	.header-img img { width: 100%; max-width: inherit; }
}

@media screen and (max-width: 991px) {
	/* tablet */
	html,body { width: 100%; min-width: inherit; }
	#header-text, .box01-inner, .box02-inner, .box03-inner  { width: 100%; }
	.rank-inner, .rank:before, .rank:after  { width: 100%; background-size: contain; }
	.rank:before {
		width: 100%;
		height: 0;
		padding-top: 13.3%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		background-size: contain;
		margin-bottom: -2px;
	}
	.rank:after  {
		width: 100%;
		height: 0;
		padding-top: 6.6%;/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
		background-size: contain;
	}
	.rank-inner-right { padding-left: 1rem; }
	.btn01 { width: 80%; }
	.step, .list { width: 90%; }
	.list ul { width: 100%; }
	.list ul li { width: 50%; }
	.company { width: 100%; }

	/* tablet end */
}

@media screen and (max-width: 767px) {
	.box01-inner, .box02-inner, .box03-inner { padding: 1rem 0; }
	.rank-inner { padding: 0 1.4rem; }
	.point p { font-size: 1.2rem; }
	.point ul li { font-size: 1.2rem; line-height: 1.8rem; padding: .4rem 0; }
	.table { margin: .8rem auto; }
	.voice-title { font-size: 1.2rem; }
	.rank-flexbox { flex-wrap: wrap; }
	.rank-flexbox img { width: 60%; height: 100%; margin: 0 auto; }
	.rank-inner-right { padding: 1rem 0 0 0; }
	.table th { font-size: .8rem; }
	.table td { font-size: .8rem; }
	.voice-user { padding: 0 1rem 20px 1rem; }
	.voice-user-name {padding: .5rem 1rem .5rem; font-size: .8rem; }
	.voice-user-star { padding: .4rem 0 .4rem .6rem; }
	.voice-txt { flex-wrap: wrap; }
	.voice-txt img { width: 134px; height: 100%; margin: 0 auto; }
	.voice-txt p { padding: 1rem 0 0 0; }
	.rank-inner h2 a { font-size: 1.6rem; }
	.btn01 { width: 100%; }
	.title_1 { width: 94%; margin: 0 auto; }
	.list { padding: 1rem; }
	.step_last { width: 80%; margin: 0 auto; }
	.step-box { padding: 1.4rem 1rem; }
	.list ul li img { width: 90%; line-height: 0; vertical-align: bottom; }
	#copyright { font-size: 0.7rem; }
	
	/* phone end */
}
