@charset "UTF-8";
/*
style.css

文字色：#111111
グレー：#
ターコイズ：#00A8C6
黄色：#FFF100

@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
@media screen and (min-width: 568px) {}
@media screen and (max-width: 567px) {}

*/

/**
* Fonts
*********************************************************/
@import url('https://fonts.googleapis.com/css?family=Teko:500');
@import url('https://fonts.googleapis.com/css?family=Oswald:700');
@import url('https://fonts.googleapis.com/css?family=Audiowide');


html,body{
	font-family: Verdana, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	color: #111111;
}
/* 明朝 */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* TEKO */
header nav li a,
section h2 i,
#ourservice li h3,
.sleeve a,
.list li::before,
.list li .meta,
.steps .step > span,
.sideblock.topics h5,
.teko {
	font-family: 'Teko', sans-serif;
}
/* Oswald */
.oswald,
.sideblock.contact dd a {
	font-family: 'Oswald', sans-serif;
}


/*リンク*/
a {
	text-decoration: none;
}
i {
	font-style: normal;
}
em,strong {
	font-weight: bold;
}


/**
* TOPページ
*********************************************************/
@media screen and (min-width: 568px) {
	.home main section {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 567px) {
	.home main section {
		margin-bottom: 50px;
	}
}
#slogan {
	margin-bottom: 0;
}
/**
* For you
*********************************************************/
.page-foryou #titleobi.thick h1 {
	margin-left: 480px;
	font-family: 'Audiowide', sans-serif;
	font-size: 70px;
	font-style: italic;
}


/**
* Flow
*********************************************************/
@media screen and (min-width: 568px) {
	.page-flow #titleobi.thick h1 {
		padding-left: 480px;
	}
}
@media screen and (max-width: 567px) {}
.page-flow #content {
	margin-bottom: 35px;
}
.page-flow #pagenavi {
	display: none;
}
.page-flow #pagenavi.clone {
	display: block;
}
.page-flow #pagenavi .inner > div {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
.page-flow #pagenavi .inner > div::after {
	content:"▼";
	color: #00A8C6;
	display: block;
	font-size: 40px;
	line-height: 1.0;
	padding: 10px 0 20px;
}
.page-flow article section {
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-flow section.takuhai,
.page-flow section.syuccho,
.page-flow section.tento {
	margin-bottom: 35px;
}
@media screen and (min-width: 568px) {}
@media screen and (max-width: 567px) {
	.page-flow #pagenavi .inner > div {
		font-size: 32px;
	}
}


/**
* Glossary
*********************************************************/
@media screen and (min-width: 568px) {
	.page-glossary #titleobi.thick h1 {
		padding-left: 480px;
	}
}
@media screen and (max-width: 567px) {}






/**
* Page : Thanks
*********************************************************/
.page-thanks #content .storycontent {
	background: url(http://www.pptback.com/uploads/abstract-paper-backgrounds-powerpoint.jpg) no-repeat 50% 50%;
	padding: 120px 200px;
	color: #333;
	font-weight: bold;
	position: relative;
}
.page-thanks #content .storycontent::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 150px;
    height: 89px;
    background: url(images/common_ico_bike.png) no-repeat 50% 50%;
}






















@charset "UTF-8";
/*
dev.css

文字色：#111111
グレー：#
ターコイズ：#00A8C6
黄色：#FFF100
*/


.storycontent h2 {
	font-size: 28px;
	padding: 8px 0 8px 60px;
	text-align: left;
	background-color: #00A8C6;
	color: #fff;
/*
	background-color: rgba(0,168,198,0.08);
*/
	position: relative;
	overflow: hidden;
}
.storycontent h2::before,
.storycontent h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	top: -20px;
	bottom: -20px;
	background-color: #00A8C6;
	border-right: 8px solid #fff;
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.storycontent h2::before { left: -8px; }
.storycontent h2::after { left: -25px; }





.wpcf7 {
	background-color: rgba(0,168,198,0.1);
	padding: 30px!important;
}
.wpcf7 form {
	width: 850px;
	margin: 0 auto;
}
.wpcf7 p {
	margin-bottom: 0;
}
.wpcf7 .cf {
	margin-bottom: 30px;
}
.wpcf7 .memo {
	line-height: 1.3;
	margin-bottom: 15px;
}
.wpcf7 .memo.center {
  text-align: center;
}
.wpcf7 dd .memo {
  font-size: 14px;
  padding: 5px 0;
}
.wpcf7 .memo span {
	display: block;
}
.wpcf7 .cf dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}
.wpcf7 .cf dt {
	width: 200px;
	-webkit-flex-basis: 200px;
	flex-basis: 200px;
	font-weight: bold;
}
.wpcf7 .cf dt.required::after {
    content: "*";
    color: #c00;
    margin-left: 3px;
}
.wpcf7 .cf dd {
	flex: 1;
}
.wpcf7 .cf.file li {
	list-style: none;
	padding: 10px 0;
	border-top: 1px dotted #999;
	font-size: 16px;
}
.wpcf7 .cf.file li:last-child {
	border-bottom: 1px dotted #999;
}
.wpcf7 .cf.file li::before {
	font-family: "FontAwesome";
	content: "\f1c5";
	font-size: 140%;
	margin-right: 12px;
}
.wpcf7-field-group {
	background-color: rgba(0,168,198,0.3);
	padding: 18px;
	margin-bottom: 8px;
  position: relative;
}
.wpcf7 .wpcf7-field-group dl {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wpcf7 .wpcf7-field-group dt,
.wpcf7 .wpcf7-field-group dd {
	flex: none;
	width: 48%;
	-webkit-flex-basis: 48%;
	flex-basis: 48%;
	font-weight: bold;
}
.wpcf7 .wpcf7-field-group dt > span,
.wpcf7 .wpcf7-field-group dd > span {
	display: block;
}
.wpcf7 .wpcf7-field-group select,
.wpcf7 .wpcf7-field-group input[type="text"] {
	width: 100%;
}
.wpcf7  .wpcf7-field-group span[class*="brand-other__"] {
	display: none;
}
.wpcf7-field-group:nth-of-type(1)::after {
    content: "2点以上の商品がある場合は＋ボタンから欄を追加してください";
    display: block;
    font-size: 14px;
    position: absolute;
    bottom: 23px;
    left: 100px;
}
.wpcf7 textarea {
	width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="textarea"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875em;
  margin: 0 0 0 0;
  padding: 0.7em;
  font-size: 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="textarea"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  height: 2.3125em;
}
.wpcf7-form input[name="your-name"],
.wpcf7-form select[name="your-pref"] { width: 14em; }
.wpcf7-form input[name="zip"] { width: 8em; }
.wpcf7-form input[name="addr"],
.wpcf7-form input[name="your-email"],
.wpcf7-form input[name="tel"] { width: 100% }
.wpcf7-form textarea { width: 100%; }
.wpcf7-form input[type="submit"]{
  border-radius: 4px;
  -webkit-border-radius: 6px;
  border-width: 0px;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 30px 0;
  font-size: 1em;
  background-color: #FF7C48;
  color: white;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7-form input[type="submit"]:after {
  font-family: "FontAwesome";
  content: "\f138";
  color: #000;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #FC5F29;
}
#privacystatement {
  font-size: 14px;
  text-align: center;
  padding: 1em 0;
}
.wpcf7-response-output {
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
}
img.ajax-loader {
  display: block;
  margin: 20px auto 0!important;
  width: 16px;
  height: 16px;
}
.wpcf7-response-output[role="alert"],
.screen-reader-response[role="alert"] {
  text-align: center;
  padding: 1em;
  border: 2px solid #ffc5c5;
  background-color: rgba(255,197,197,0.2);
  margin-bottom: 1em;
  font-size: 14px;
}
button[class^="wpcf7-field-group-"] {
    font-size: 30px;
    line-height: 1.0;
    font-weight: bold;
    padding: 0 0 3px;
    width: 35px;
    text-align: center;
    background-color: #222;
    color: #FFF;
}
.wpcf7 .btn {
	padding-top: 40px;
}