@charset "shift-jis";
/* CSS Document */


/* 打消し用 */
ul,li {padding:0;margin:0;list-style-type: none;}
input,textarea {-webkit-appearance: none;}
p {
	margin:0;
	font-size: 16px;
    color: #666;
    line-height: 2em;
    text-align: inherit;
    font-weight: 100;
	word-break: break-all;
}

a {color: #994cb4;text-decoration: none;}
a:hover {color: #ff8c00;text-decoration: none;}
.navbar{padding:0;}

/* 画像 */
img {
    vertical-align: middle;
	width: 100%;
}

.mail_textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;;
    border: 3px solid!important;
    border-radius: 6px!important;
    color: #2c3e50;
    background-color: #ffffff;
}
input.mail_text {
    width: 100%;
    box-shadow: none;
    height: 50px;
    font-size: 16px;
    line-height: 1.3333333;
    border: 3px solid!important;
    border-radius: 6px!important;
    color: #2c3e50;
    background-color: #ffffff;
    box-sizing: border-box;
}
.btn_shin {
    display: inline-block;
    width: 100%;
    height: 50px;
	font-weight:bold;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 12px;
	position: relative;
    z-index: 2;
    color: #fff;
	overflow: hidden;
}
.btn_shin_orange{
	background-color: #FF9800;
	border: 2px solid #FF9800;
}
	.btn_shin_orange:hover {
		color: #FF9800;
	}
.topic {
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1em 1.2em;
}
.under {
	text-decoration: underline;
	border-bottom: solid 3px;
}

/*-------------------
	全体の設定
-------------------*/
body{
	color:#333631;
	font-size:12px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", 'Lucida Sans Unicode', 'Lucida Console', sans-serif;
	-webkit-tap-highlight-color:(0,0,0,0);
	letter-spacing: 0.05em;
	background-image: url(../images/backimage2.jpg?123);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
}
.tenten{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.tenten:hover{
    color: orange;
}
.text_b{
	font-weight:700;
}
.text_line {
	border-bottom:1px solid;
}
.text_blue{
	color:#3498db;
}
.text_red{
	color:#E91E63;
}
.text_white{
	color:#fff;
}
.text_pink{
	color:#E91E63;
}
.text_orange{
	color:#ffa500;
}
.text_bbg{
	font-size:18px;
}
.text_bg{
	font-size:16px;
}
.text_md{
	font-size:14px;
}
.text_sm{
	font-size:12px;
}
.text_ssm{
	font-size:10px;
}
.text-indent {
    padding-left: 1em;
    text-indent: -1em;
}
.center{
	text-align:center;
}
.margin-btm {
    margin-bottom: 20px;
}
.margin-btmbg {
    margin-bottom: 40px;
}

/*Woomyのタイトル*/
.header {
	height:50vh;
	position:relative;
}
/*タイトルを中心に寄せる*/
.title_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
	.title_box img{
		width: 250px;
	}
	.title_box h2{
		color:#2E2E2E;
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6em;
		text-shadow: 8px 8px 12px white;
	}
	.pink{
		color: #E91E63;
		border: 1px solid #E91E63;
	}
	.orange{
		color: #ffa500;
		border: 1px solid #ffa500;
	}


/************************************

	 
	 
************************************/

/*全体の横幅*/
.max-width{
    max-width: 950px;
    margin: 0 auto;
}

/*背景カラー*/
.bg_gray {
	background:rgba(255, 255, 255, 0.8);
}
.bg_white{
	background:#FFF;
}
.bg_clear{
	color:#ffffff;
}

/*ひとくくりのboxの余白調整*/
.con_padding{
	padding: 100px 20px;
}


/*woomyのロゴ*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0;
	font-size: 15px;
	font-weight: bold;
    line-height: 20px;
}
.login_box{
	float: right;
}

.btn-purple{
    color: #fff;
    background-color: #994cb4;
	margin: 8px;
}
.btn-purple:hover{
    color: #fff;
    background-color: #994cb4;
}

table {
  width: 100%;
  margin: 25px 0;
  border-collapse: separate;
  border-spacing:0px;
}
th, 
td {
  font-weight: normal;
  padding: 8px 10px;
  vertical-align:middle;
  text-align: center;
}

th {
  border-left:1px solid #bdbdbe;
  border-bottom:1px solid #bdbdbe;
  background: #404040;
  color: #fff;
  width: 100;
}

td {
  border-left:1px solid #bdbdbe;
  background: #fff;
  
}
.nowrap {
white-space: nowrap;
}
table.table-data {
  table-layout: fixed;
}

table.table-report {
  width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  table-layout: fixed;
  border-right:1px solid #bdbdbe;
}

table.seika {
  table-layout: auto;
}

table.table-report th {
  min-width: 50px;
}

table.table-report td {
  min-width: 50px;
  border-bottom:1px solid #bdbdbe;
  padding:3px;
}

table.seika th {
  border-bottom:1px solid #fff;
  min-width: 30px;
}

table.seika td {
  min-width: 30px;
}

table.table-report tr:nth-child(odd) td {  
  background-color: #fefeed;  
}

table.table-report tr:hover td {
  background-color: #FFCC99;
}

table.table-report th a {
  color: #fff;
}

table.table-reg {
  margin:15px auto;
  border-right:1px solid #bdbdbe;
  border-top:1px solid #bdbdbe;
}

table.table-reg th {
  border-bottom:1px solid #bdbdbe;
}
.event_box table.table-reg th {
    border-bottom: 1px solid #bdbdbe;
    width: 25%;
}
table.table-reg td {
  border-bottom:1px solid #bdbdbe;
}
table.table-reg td.index {
  background: #fefeed;
  text-align: center;
}

table.table-reg td.conn {
    border-left: 0;
}

table.table-list {
  margin:15px auto;
  border-right:1px solid #bdbdbe;
  border-top:1px solid #bdbdbe;
}

table.table-list th {
  border-bottom:1px solid #bdbdbe;
  width: 200px;
}
table.table-list th.wide {
  width: 600px;
}

table.table-list td {
  border-bottom:1px solid #bdbdbe;
}
table.table-list td.index {
  background: #fefeed;
  text-align: center;
}

table.table-list td.conn {
    border-left: 0;
}
table.table-list tr:nth-child(odd) td {  
  background-color: #fefeed;  
}

tr.scroll  {
overflow-x:scroll
}
.td_180{
	height: 180px;
}
.td_150{
	width: 150px;
	height: 150px;
}
.message {
    position: relative;
	display:inline-block;
}
.message span.remark {
    display: none;
	z-index: 900000;
}
.message:hover span.remark {
	font-size:1.2em;
	background: none repeat scroll 0 0 #fefeed;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    padding: 0.5em;
    position: absolute;
    top: 2em;
    left: -8em;
	width:20em;
	text-align:left;
}
.message span.remark p{
    margin: 10px;
}
.checkbox_box{
	border: 1px solid;
	padding: 10px 12px;
	font-weight: 100;
	}

/*メインtitle*/
h2{
	line-height: 1.4em;
	font-size: 24px;
	color: #ffffff;
	margin: 10px 0;
	font-family: "Sawarabi Mincho", serif;
	position: relative;
}
/*見出し*/
h3{
	display: inline-block;
    color: #666;
	background:#fff;
    font-size: 18px;
    font-weight: 100;
    padding: 10px 30px;
    border: 1px solid #999;
    margin-bottom: 40px;
	font-family: "Sawarabi Mincho", serif;
}
/*おおまかな説明*/
h4{
	line-height: 1.4em;
	font-size: 24px;
	color: #333;
	margin: 10px 0;
	font-family: "Sawarabi Mincho", serif;
	position: relative;
}
.bg_pink h4{
	color: #fff;
}
.bg_orange h4{
	color: #fff;
}

.underline:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 200px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #994cb4;
    border-radius: 2px;
}


/*インスタグラマーのアイコン*/
.user_icon_box {
    padding: 0 10px;
}
	.user_icon_inner {
		margin: 20px auto;
	}
	.inner_image{
		overflow: hidden;
		border-radius: 150px;
		height: 150px;
		width: 150px;
		margin: 0 auto;
	}



.position{
	height: 100%;
    position: relative;
}

.report .text_box{
	width: 400px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}














/*御社の作業 box*/
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: 0px;
    margin-left: 0px;
}

/*.col-sm-6{
	padding-top:10px;
	margin-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
}*/

.item_box {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.item_box a:hover{
	text-decoration:none;
}
.icon_box {
	margin:0 auto;
}
.icon_inner {
    margin: 30px auto;
    position: relative;
}
	.icon_blue{
		box-shadow: 0px 0px 0px 5px #46a1e7;
	}
	.icon_rblue{
		box-shadow: 0px 0px 0px 5px #00BCD4;
	}
	.icon_green{
		box-shadow: 0px 0px 0px 5px #4CAF50;
	}
	.icon_rgreen{
		box-shadow: 0px 0px 0px 5px #CDDC39;
	}
	.icon_yellow{
		box-shadow: 0px 0px 0px 5px #FFC107;
	}
	
/*御社の作業 画像の箱*/	
.rrr {
    overflow: hidden;
}
/*御社の作業 画像の箱の上の数字*/	
.icon_number {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon_number p{
	color: #fff;
    padding: 0em 0.5em;
    font-size: 18px;
    font-family: "Sawarabi Mincho", serif;
}
	.number_blue{
		background: #46a1e7;
	}
	.number_rblue{
		background: #00BCD4;
	}
	.number_green{
		background: #4CAF50;
	}
	.number_rgreen{
		background: #CDDC39;
	}
	.number_yellow{
		background: #FFC107;
	}
	
/*補足*/	
.point {
	margin-top:10px;
	font-size:14px;
	background:#fff;
	padding:10px 15px;
}





.point_white{
	background: rgba(255, 255, 255, 1.0);
    padding: 20px 30px;
	width:100%;
}
.point_gray{
    padding: 20px 30px;
	width:100%;
	background:#eee;
}




/*送信ボタン*/
.button {
	display: inline-block;
    font-size: 14px;
    outline: none;
    background-color: none;
    border: 1px solid #666;
    color: #666;
    padding: 10px;
    margin-bottom: 10px;
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button:hover {
	border: 1px solid #666;
	background:#fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}




.triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #e91e63;
    margin: 0px auto;
}



.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 14px;
    max-width: 100%;
    font-size: 16px;
	color:#000;
    background: #fff;
    border-radius: 4px;
}
/* ふきだしを一時非表示
.balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: initial;
    border-top: 15px solid rgb(255, 255, 255);
}
*/
.balloon_rank1 {
    background: #e91e63;
}
.balloon_rank1 p{
	color:#fff;
}
.balloon_rank1::before {
    margin-left: -10px;
    border-width: 10px;
    border-color: #e91e63 transparent transparent;
    border-top: 15px solid #e91e63;
}

.balloon_rank2 {
    background: #ca3d68;
}
.balloon_rank2 p{
	color:#fff;
}
.balloon_rank2::before {
    margin-left: -10px;
    border-width: 10px;
    border-color: #ca3d68 transparent transparent;
    border-top: 15px solid #ca3d68;
}

.balloon_rank3 {
    background: #7c49b0;
}
.balloon_rank3 p{
	color:#fff;
}
.balloon_rank3::before {
    margin-left: -10px;
    border-width: 10px;
    border-color: #7c49b0 transparent transparent;
    border-top: 15px solid #7c49b0;
}

.balloon_rank4 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 14px;
    color: #666;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #666;
    box-sizing: border-box;
}
.balloon_rank4::before {
    content: "";
    margin-left: -11px;
    border-width: 8px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 2;
}
.balloon_rank4:after {
	content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #666;
    z-index: 1;
}
	
/************************************

	 footer
	 
************************************/
#footer {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background-color: #000;
}
#footer p{
	color:#fff;
	font-size: 14px;
}


@media (min-width: 1200px){
.container {
    max-width: 950px;
}
}
@media (max-width: 991px) {
	.report .text_box{
	width: 300px;
}
.description p{
	font-size:12px;
	line-height:1.5em;
}
.margin-btm {
    margin-bottom: 10px;
}
}

@media (max-width: 767px) {
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(../images/backimage2.jpg) center/cover no-repeat; /*fixedを削除。iPhoneで反映させる*/
	-webkit-background-size:cover;/*Android4*/
 }
.con_padding{
	padding:60px 20px;
}
.title_box {
    width: 100%;
    margin: auto;
    padding: 0px 20px;
}
.title_box h2 {
	font-size: 5vw;
}

.report .text_box{
    width: 100%;
    position: inherit;
    top: 0;
    left: 0;
    transition: 0;
    transform: translate(0%, 0%);
}


.point_white {
	font-size: 4vw;
	padding: 15px;
}
.point_gray {
	font-size: 4vw;
    padding: 15px;
}

.description p {
    font-size: 14px;
	line-height:1.8em;
}

.balloon p{
	font-size: 12px;
}



#footer p{
	color:#fff;
	font-size: 3vw;
}
}


/*インスタグラムがﾍﾟｰｼﾞからはみ出るため横幅を指定
@media screen and (max-width: 768px) and (min-width: 480px) {
	iframe{
		width: 430px !important;
	}
}
@media screen and (max-width: 480px) {
	iframe {
		width: 255px !important;
	}
	
}
*/




