@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://fonts.googleapis.com/css?family=Balthazar);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700);

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::
   General Styles 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html,body {
    -webkit-font-smoothing: antialiased;
	font-family:"Lato" ,"Libre Baskerville" ,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #333;
	background-color:#f2f2f2;
	overflow-x: hidden;
}
.container-fluid{
	margin: 0;
	padding: 0;
}
.wrap {
	width: 100%;
    max-width: 90%;
    margin: 0 auto;
	position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
img { max-width: 100%; height: auto;}
a { text-decoration: none; color: #E7746F;}
a:link { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #000;}
a:hover { text-decoration: none; color: #999;}
a:active { text-decoration: none;}

.navbar a,
.form-control {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}
a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}
section {
	display: block;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
	margin-left:10px;
	vertical-align: text-bottom;	
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-32 { font-size: 32px; }
.material-icons.md-40 { font-size: 40px; }

ul, li{list-style: none}

/* -----------------------------------
   Typography
-------------------------------------- */
.sansserif {
    font-family:Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
p {
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	font: 700 40px "Libre Baskerville" ,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3",  serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #333;
}
h2 {
	font-size: 32px;
	letter-spacing: 3px;
	margin: 0 0 30px;
	line-height: 1.6;
}
h3 {
	font-size: 21px;
	letter-spacing: 2px;
	margin: 0 0 5px;
	line-height: 1.6;
}
h4 {
	font-size: 18px;
	letter-spacing: 2px;
	color:#666;
	line-height: 2;
}
h5 {
	font-size: 14px;
	letter-spacing: 1.5px;
	font-weight: 400;
}
h6 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* -----------------------------------
   color
-------------------------------------- */
.red { background: #ED1C24; }
.blue { background: #2ca6e0; }
.yellow { background: #f7b525; }
.gray { background: #eee; }
.cream { background: #FFFAF0; }
.pink-color { color:#e41673; }
.red-color { color:#FF0000; }
.white-color { color: #ffffff; }
.gray-color { color: #A4A4A4; }
.blue-color { color: #14c2c7; }

/* -----------------------------------
   style
-------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.pd0 {
    padding-bottom: 0;
}
.pd10, .pd30 {
    padding: 0;
}
.small-img {
    display: block;
    margin: 0 auto;
}
.width100 {
    width: 100%;
}
@media only screen and (max-width:568px) {
    .spnone {
        display: none !important;   
    }
    .pd10 {
    padding: 10px 0;
    }
    .pd30 {
    padding: 30px 0;
    }
    .small-img {
        width: 50%;
    }
}
@media only screen and (min-width:568px) {
    .pcnone {
        display: none !important;   
    }
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::
   content style 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* -----------------------------------
   Preloader
-------------------------------------- */
#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* -----------------------------------
   header
-------------------------------------- */
.header{
	width: 100%;
	height: 80px;
}
.header-left {
	width: auto;
	display: block;
}
.header-logo {
	width: auto;
	height: 54px;
	margin: 14px 16px 0 20px;
	display: block;
}
.header-copy {
	width: auto;
	padding-top: 23px;
	font-size: 12px;
}
.header-right {
	width: auto;
	display: block;
}
.header-icon {
	width: auto;
	height: 32px;
	margin: 25px 0 0;
	display: block;
}
.header-contact {
	width: auto;
	padding: 22px 10px 0;
	font-size: 12px;
}
.header-contact-phone {
	font-size: 20px;
	margin-bottom: 1px;
	line-height: 1;
	letter-spacing: 1.5px;
	font-weight: bold;
}
.header-sns {
	display: block;
	width: auto;
	padding: 30px 15px 0px;
}
.header-sns-logo {
	width: 26px;
	margin-right: 12px;
}
.header-menu {
	display: block;
	width: auto;
}
.header-box-bk {
	width: 80px;
	height: 80px;
	background-color: #333;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 0;
}
.header-box-bk:hover {
    opacity: .7;
}
.header-box-pk {
	width: 80px;
	height: 80px;
	background-color: #e41673;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 0;
}
.header-box-pk:hover {
    opacity: .7;
}
.header-box-icon {
	width: 30px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

.social-area-syncer {
    padding-right: 10px;
    padding-top: 8px;
}

/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	margin: 0 8px ;
}


/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
    padding-top: 12px;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 4px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}
._2tga._49ve {
    height: 28px;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

@media only screen and (max-width:568px) {
	.header {
		height: 44px;
	}
    .header-copy {
        padding-top: 4px;
        font-size: 10px;
        letter-spacing: -1px;
    }
	.header-logo {
		height: 32px;
		margin: 4px 6px 0 8px;
	}
	.header-icon {
		display: none;
	}
	.header-box-bk {
		width: 50px;
		height: 44px;
		background-color: #333;
		color: #fff;
		text-align: center;
		display: block;
		padding: 5px 0;
	}
	.header-box-pk {
		width: 50px;
		height: 44px;
		background-color: #e41673;
		color: #fff;
		text-align: center;
		display: block;
		padding: 5px 0;
	}
	.header-box-icon {
		width: 20px;
		height: auto;
		display: block;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	.header-box-p {
		font-size: 11px;
		display: block;
		margin-top: 2px;
	}
    .social-area-syncer {
        padding-right: 0;
        padding-top: 2px;
    }
}

/* -----------------------------------
   top
-------------------------------------- */
.first-view-wrap{
	position: relative;
	background-image: url(../images/first_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 750px;
}
.first-view-translucent {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.first-view-box {
	position: absolute;
    top: 5%;
    left: 15%;
	display: block;
	width: 380px;
	height: auto;
}
.first-view-white {
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 73px;
	margin: 0;
}
.first-view-yellow {
	color: #fac800;
	font-size: 58px;
	font-weight: bold;
	letter-spacing: 3px;
}
.first-view-attention {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
  margin-top: 40px;
}
.first-free-img {
	margin-top: 18px;
}
.first-line-wrap {
	position: relative;
    width: 100%;
	background: #fefefe;
	color:#333;
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fef4cc), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fef4cc), color-stop(.75, #fef4cc), color-stop(.75, transparent), to(transparent));
    background: -moz-linear-gradient(left top, #fef4cc 25%, transparent 25%, transparent 50%, #fef4cc 50% ,#fef4cc 75%,transparent 75%, transparent);
    background-size: 14px 14px;
}
.first-paper {
    text-align: center;    
}
.first-line-wrap img{
    margin-top: -80px;
}
@media only screen and (max-width:568px) {
    .first-view-wrap{
        background-size: cover;
        height: 420px;   
    }
    .first-view-white {
        font-size: 24px;
        line-height: 42px;
    }
    .first-view-yellow {
        font-size: 36px;
        line-height: 42px;
    }
    .first-view-attention {
        font-size: 11px ;
        margin-top: 20px;
  }
    .first-free-img {
        max-width: 40%;
    }
    .first-line-wrap img{
        margin-top: -40px;
        width: 90%;
    }
}

/* -----------------------------------
   step
-------------------------------------- */
.step-wrap {
	position: relative;
	height: auto;
	padding: 50px 0;
	background-color: #fff;
	color:#000;
}
.step-con-wrap{
	width: 960px;
	display: block;
	margin: 0 auto;
}
.step-main {
    position: relative;
    display: block;
    margin: 0 auto;
}
.step-navi{
    position: absolute;
    width: 25%;
    right: 11%;
    top: -7%;
}
.step-title {
	font-weight: bold;
	text-align: center;
	font-size: 17px
}
.step-p {
	color: #333;
	line-height: 17px;
    margin: 0 auto;
    width: 90%;
	margin-bottom: 50px;
}
.btn-line {
    display: block;
    margin: 0 auto;
    width: 40%;
    box-shadow: 4px 4px 4px #555;
}
.btn-line:hover {
    opacity: .7;
}
@media only screen and (max-width:568px) {
    .step-wrap {
        padding: 0;
        padding-bottom: 50px;
        background-color: #fff;
        color:#000;
        width: 100%;
    }
    .step-con-wrap{
        width: 80%;
    }
    .step-navi {
        top: 0;
        right: 7%;
    }
    .step-p {
        text-align: left;
        margin-bottom: 5px;
        width: 100%;
    }
    .line-view-wrap {
        position: fixed;
        width: 100%;
        bottom: 0;
        padding-top: 3%;
        padding-bottom: 3%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .btn-line {
        width: 80%;
    }
}

/* -----------------------------------
   point
-------------------------------------- */
.point-wrap {
	position: relative;
	background-image: url(../images/point_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.m-title {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 3px;
    margin-bottom: 30px;
}
.sp-m-title {
    font-size: 42px;
}
.point-label {
    display: block;
    margin: 0 auto;
}
.point-con-wrap{
	width: auto;
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.point-title {
	font-weight: bold;
	letter-spacing: 1px;
    margin-top: 14px;
	text-align: center;
	font-size: 24px;
	color: #fff;
    line-height: inherit;
}
.regist-line {
    max-width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.m-title-bk {
	text-align: center;
	color: #000;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 30px;
    padding-bottom: 20px;
}
@media only screen and (max-width:568px) {
    .m-title {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .sp-m-title {
        font-size: 28px;
        margin-bottom: -8px;
        display: block;
    }
    .point-label {
        width: 55%;
    }
    .point-title {
    font-size: 20px;
    }
    .point-con-wrap{
	width: auto;
	display: block;
	margin: 0 auto;
	height: 100%;
    }
}

/* -----------------------------------
   point2
-------------------------------------- */
.point2-wrap {
	position: relative;
	background-image: url(../images/qa_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.m-title {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 3px;
    margin-bottom: 30px;
}
.sp-m-title {
    font-size: 42px;
}
.point-label {
    display: block;
    margin: 0 auto;
}
.point-con-wrap{
	width: auto;
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.point2-title {
	font-weight: bold;
	letter-spacing: 1px;
    margin: 14px auto 0;
	text-align: center;
	font-size: 14px;
	color: #000;
    line-height: inherit;
    width: 230px;
}
.regist-line {
    max-width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.m-title-bk {
	text-align: center;
	color: #000;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 30px;
    padding-bottom: 20px;
}
@media only screen and (max-width:568px) {
    .m-title {
        font-size: 28px;
        margin-bottom: 0px;
    }
    .sp-m-title {
        font-size: 28px;
        margin-bottom: -8px;
        display: block;
    }
    .point-label {
        width: 55%;
    }
    .point-title {
    font-size: 20px;
    }
    .point-con-wrap{
	width: auto;
	display: block;
	margin: 0 auto;
	height: 100%;
    }
}


/* -----------------------------------
   compare
-------------------------------------- */

.compare-wrap {
	padding: 30px 0 80px;
	background-color: #fff;
	color:#000;
}
.spnone.headline-co {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.pcnone.headline-co-sp {
    width: 90%;
    display: block;
    margin: 10px auto;
    padding-top: 20px;
}
.spnone.headline-st {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.pcnone.headline-st-sp {
    width: 90%;
    display: block;
    margin: 10px auto;
    padding-top: 20px;
}
.compare-line {
    width: 1025px;
    display: block;
    margin: 0 auto;
}
.compare-img {
    padding-right: 10px;
}
.compare-hh-img {
	box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
	transition: all .3s;
}
.structure-wrap {
	position: relative;
	height: auto;
	padding: 50px 0;
	background-color: #fff;
	color:#000;
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #fef4cc), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #fef4cc), color-stop(.75, #fef4cc), color-stop(.75, transparent), to(transparent));
    background: -moz-linear-gradient(left top, #fef4cc 25%, transparent 25%, transparent 50%, #fef4cc 50% ,#fef4cc 75%,transparent 75%, transparent);
    background-size: 14px 14px;
}
.structure-line {
    width: 1025px;
    display: block;
    margin: 0 auto;
}
.performance-wrap {
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:568px) {
    .m-title-bk {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .compare-wrap {
        padding: 0 0 30px;
    }
    .compare-line {
        width: 100%;
    }
    .compare-img {
        display: block;
        margin: 0 auto;
        padding-right: 0;
        width: 80%;
        padding-bottom: 2%;
    }
    .compare-hh-img {
        box-shadow: none;
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .structure-wrap {
        padding: 5% 0;
        padding-top: 10px;
    }
    .performance-wrap {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 90%;
    }
}

/* -----------------------------------
   qa
-------------------------------------- */

.qa-wrap {
	position: relative;
	background-image: url(../images/qa_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.qa-q {
	height: 80px;
	font-size: 24px;
	color: #fff;
	background-color: #fac800;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 5px 0 0;
}
.qa-big-p {
	font-size: 42px;
}
.qa-q-con {
	height: 80px;
	font-size: 20px;
	color: #fac800;
	font-weight: bold;
	border-bottom: 1px solid #fac800;
	padding: 25px;
	letter-spacing: 3px;
	border-radius: 0 5px 0 0;
}
.qa-a {
	height: 110px;
	font-size: 24px;
	color: #fff;
	background-color: #fac800;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 13px;
	border-radius: 0 0 0 5px;
	margin-bottom: 30px;
}
.qa-a-con {
	height: 110px;
	font-size: 20px;
	color: #fac800;
	padding: 25px;
	letter-spacing: 3px;
	border-radius: 0 0 5px 0;
}
.qa-p {
	font-size: 14px;
	color: #000;
}
.qa-p-anno {
    display: block;
	font-size: 12px;
	color: gray;
}

@media only screen and (max-width:568px) {
    .qa-wrap {
        padding: 10px 5%;
    }
    .qa-q {
        border-radius: 5px 5px 0px 0px;
        height: 54px;
    }
    .qa-q-con {
        border-radius: 0 0 0 0;
        font-size: 16px;
        height: 100px;
        letter-spacing: 0px;
        padding: 10px;
    }
    .qa-a {
        border-radius: 0 0 0 0;
        text-align: center;
        height: 54px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .qa-big-p {
        font-size: 28px;
    }
    .qa-a-con {
        height: 130px;
        letter-spacing: 0;
        margin-bottom: 20px;
        padding-top: 10px;
        border-radius: 0px 0px 5px 5px;
    }
    .qa-p {
        font-size: 12px;
    }
    .qa-p-con {
        font-size: 10px;
    }
}

/* -----------------------------------
   company
-------------------------------------- */
.company-line-wrap {
	height: auto;
    width: 100%;
    text-align: center;
	background: #fefefe;
	color:#333;
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #DFFFFF), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #DFFFFF), color-stop(.75, #DFFFFF), color-stop(.75, transparent), to(transparent));
    background: -moz-linear-gradient(left top, #DFFFFF 25%, transparent 25%, transparent 50%, #DFFFFF 50% ,#DFFFFF 75%,transparent 75%, transparent);
    background-size: 14px 14px;
}
.company-regist-line {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 3%;
}
.pickup-new-wrap {
	width: 764px;
	display: block;
	margin: 0 auto;
	height: 317px;
    padding-top: 30px;
}
.pickup-img-wrap {
    padding-top: 50px;
    float: left;
}
.pickup-first-time {
	font-size: 48px;
	font-weight: bold;
    line-height: 50px;
	letter-spacing: 2px;
    padding-left: 40px;
}
.pickup-first-img {
    float: left;
}
.pickup-text-wrap {
    float: left;
    padding-top: 50px;
    padding-left: 30px;
}
.pickup-realize {
	font-size: 37px;
	font-weight: bold;
    line-height: 50px;
	letter-spacing: 2px;
}
.company-top-comment {
    text-align: center;
	color: #e41673;
	font-size: 37px;
	font-weight: bold;
	line-height: 45px;
}
.company-view-wrap {
	background-image: url(../images/second_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    margin-top: 20px;
	width: 100%;
}
.pickup-free-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 3%;
}
.pickup-free-contents {
    width: 837px;
    margin: 0 auto;
}
.pickup-con-wrap {
	display: block;
	margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pickup-line {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pickup-line img {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
}
.company-category-line {
    max-width: 85%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 40px;
}
.company-3category-com {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    padding-bottom: 30px;
}
.company-free-font {
	color: #14c2c7;
    font-size: 49px;
	font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.company-performance-wrap {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    padding-bottom: 3%;
}
.users-voice-wrap {
	background-image: url(../images/users_voice_bg.jpg);
	background-position: center center;
	background-size: cover;
    padding-top: 30px;
    padding-bottom: 80px;
}
.users-voice-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 954px;
}
.users-voice {
    background-color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.users-voice-img {
    display: block;
    margin: 0px auto;
}
.users-name {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.users-comments {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
@media only screen and (max-width:568px) {   
    .pickup-new-wrap {
        width: auto;
        height: auto;
    }
    .pickup-img-wrap {
        float: none;
        display: block;
        margin: 0 auto;
        padding-top: 0;
    }
    .pickup-img-wrap img {
        display: block;
        margin: 0px 15%;
        width: 90px;
    }
    .pickup-first-img {
        float: none;
        width: 65%;
        display: block;
        margin: 0 auto;
    }
    .pickup-text-wrap {
        float: none;
        text-align: center;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .pickup-realize {
        font-size: 27px;
        line-height: 40px;
    }
    .pickup-first-time {
        text-align: center;
        font-size: 32px;
        padding-left: 0;
    }
    .company-line-wrap {
        padding-top: 0;
    }
    .company-top-comment {
        font-size: 26px;
        line-height: 34px;
    }
    .company-category-line {
        max-width: 90%;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .company-3category-com {
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 1px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .company-want-img {
        display: none;
    }
    .company-free-img {
        display: block;
        margin: 0 auto;
        width: 50%;
    }
    .company-free-font {
        font-size: 40px;
        padding-bottom: 3%;
        text-align: center;
        display: block;
    }
    .company-performance-wrap {
        padding-top: 5%;
    }
    .pickup-free-contents {
        width: auto;
    }
    .pickup-line img {
        width: 40%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .users-voice-container {
        width: auto;
    }
    .users-voice {
        display: block;
        margin: 40px auto;
        padding-bottom: 40px;
        width: 80%;
    }
}

/*******************************
    contact
********************************/
.contact-form{
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fcfcfc;
}
.contact-box {
    width: 680px;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #077685;
    border-radius: 5px 5px;
    background-color: white;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
.contact-accent-box {
    background-color: rgb(245, 245, 245);
    height: 10px;
}
.c-con-h{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 50px;
    font-family: serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.c-label {
    display: block;
}
.c-con-m{
    display: block;
    margin: 0 auto;
    width: 70%;
}
.c-con-h2{
    color: #000;
    font-size: 13px;
    text-align: center;
}
.c-radio {
    padding-left: 5%;
}
.contact-check {
    display: none;
    color: red;
    font-size: 14px;
}
input[type="text"]{
    border-radius: 5px;
    width: 100%;
    height: 40px;
    color: #000;
}
input[type="submit"]{
    font-family:sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 30px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #e3e3e3;
    border: solid #f5fdff 2px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#077685));/* Webkit */
    background: -moz-linear-gradient(top, #61c7e0, #077685); /* mozilla */
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#(FFFFFFFF)', endColorstr='#FFFFF4EA'); /* IE5.5以上 */
    background: #2EC6BE;
}

}
input[type="submit"]:hover {
    opacity: .7;
}
input[type="radio"] {
    box-sizing: border-box;
    top: -0.125em;
    left: 0;
    content: "";
    margin: .25em;
    border: 0;
    border-radius: 50%;
    width: 0.75em;
    height: 0.75em;
    background-color: #077685;
}
select{
    width: 100%;
    height: 40px;
    padding: 3px 3px;
    border-radius: 5px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
.contact-radio-wrap {
    text-align: center;
    padding-bottom: 20px;
}
.contact-radio-wrap p {
    padding-top: 20px;
}
.c-check {
    position: relative;
    display: inline-block;
    padding-right: 5%;
    padding-left: 5%;
}
.c-check>input[type='checkbox'], .c-check>input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.c-check-label {
    position: relative;
    padding-left: 1.5em;
    cursor: pointer;
}
.c-check>input[type='radio']+.c-check-label::before {
    box-sizing: border-box;
    position: absolute;
    top: -0.125em;
    left: 0;
    content: "";
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    background-color: white;
}
.c-check>input[type='radio']:checked+.c-check-label::after {
    box-sizing: border-box;
    position: absolute;
    top: -0.125em;
    left: 0;
    content: "";
    margin: .25em;
    border: 0;
    border-radius: 50%;
    width: 0.75em;
    height: 0.75em;
    background-color: #2EC6BE;
}
.c-check>input[type='radio']:checked+.c-check-label::before {
    border-color: #2EC6BE;
}
@media screen and (max-width: 568px){
    .contact-form {
        font-size: 13px;
/*        padding-bottom: 15%;*/
    }
    .contact-box {
        width: 90%;
    }
    input[type="text"] {
        width: 100%;
    }
    input[type="submit"] {
        font-size: 16px;
        padding: 5px 17px;
        margin-top: 10px;
    }
    .c-con-h {
        margin-bottom: 10px;
        margin-top: 0;
        padding: 10px;
        font-size: 47px;
        font-style: oblique;
        font-family: serif;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .c-con-h2 {
        font-size: 12px;
    }
    .c-con-m{
        width: 85%;
    }
    .contact-check {
        font-size: 10px;
    }
    select {
        width: 100%;
    }
    form p {
        font-size: 14px;
    }
    .contact-radio-wrap p {
        font-size: 12px;
        letter-spacing: -1px;
    }
    .sp-c-con-h2 {
        display: block;
    }
}
@media screen and (min-width: 400px){ 
    .c-con-m{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*******************************
    company-information
********************************/
.company-information {
    display: block;
    margin: 0 auto;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.company-name {
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 568px){
    .company-information {
        padding-bottom: 25%;
    }
}