@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.btn{
width: 90%;
    background-color: #412688;
    display: block;
    text-align: center;
    padding: 1.4rem;
    text-decoration: none;
    color: white;
    font-size: 1.8rem;
    border: 4px solid white;
    border-radius: 6rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    line-height: 2.3rem;
    box-shadow: 3px 6px 1px #05251c45;
}
.btn:hover{
	background-color:#4c22bb;
    box-shadow: 0px 0px 0px #05251c45;
}

.btn span{
  color: #FFF;
  position: relative;
  padding-left: 30px;
}
.btn span::before{
content: "";
position: absolute;
top: 45%;
left: 135%;
width: 15px;
height: 15px;
border-top: 5px solid #fff;
border-right: 5px solid #fff;
transform: rotate(45deg);
margin-top: -5px;
}

.btn2{
width: 90%;
    background-color: #7c63c1;
    display: block;
    text-align: center;
    padding: 1.4rem;
    text-decoration: none;
    color: white;
    font-size: 1.8rem;
    border: 4px solid white;
    border-radius: 6rem;
    line-height: 2.3rem;
    box-shadow: 3px 6px 1px #05251c45;
    margin-top: 1rem;
    margin-bottom: 10px;
}

.fa-volume-up:before {
    content: "\f028";
    margin-right: 1rem;
}
.btn2:hover{
	background-color:#4c22bb;
    box-shadow: 0px 0px 0px #05251c45;
}

.fa-chevron-circle-right:before {
    content: "\f138";
    margin-right: 0.5rem;
}

input[type="submit"] { 
-webkit-appearance: none; 
border-radius: 0; 
} 

.leftimg{
	float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}


iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

.formtag_max{
     font-size: 120%;
    color: #000000;
	width:95%;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #fff3f3;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    margin-right: 10px;
	margin-top:20px;
	}
.formtag_herf{
     font-size: 120%;
    color: #000000;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #fff3f3;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    margin-right: 10px;
	margin-top:20px;
	}
.formtag_three{
     font-size: 120%;
    color: #000000;
	width:20%;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #fff3f3;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
    margin-right: 10px;
	margin-top:20px;
	}
body h2 {
    text-align: left;
    font-size: 2rem;
    border-left: 5px solid #ab90f0;
    padding-left: 20px;
    font-weight: bold;
    line-height: 130%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
p{
    font-size: 18px;
    line-height: 1.7rem;
    padding: 20px;
	}	
.box form .tag {
    margin-bottom: 10px;
    font-weight: bold;
    color: #6b6b6b;
}
form .tag .frtag {
    padding: 5px 10px 4px 10px;
    background-color: #ff8400;
    border-radius: 7px;
    color: white;
    font-size: 70%;
    margin-left: 10px;
	}
form .tag .frtag2 {
    padding: 5px 10px 4px 10px;
    background-color: #a7a7a7;
    border-radius: 7px;
    color: white;
    font-size: 70%;
    margin-left: 10px;
	}
.inner .navbar.navbar-inverse.navbar-fixed-top .navbar-inner {
	float: right;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
}
	
.formlabel{
    font-size: 12px;
    color: #ffffff;
    background-color: #fc8b20;
    border-radius: 5px;
    padding: 5px;
    margin-left: 9px;
	}

#touroku_name .formtag{
	    width: 850px;
	}	 

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

h2{
	text-align:center;
	}
/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/style.sass */
body {
  width: 100%;
  font-size: 17px;
  line-height: 25px;
font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* line 12, ../sass/style.sass */
body img {
  vertical-align: top;
}

/* line 15, ../sass/style.sass */
.no-mb {
  margin-bottom: 0 !important;
}

/* line 19, ../sass/style.sass */
.mv {
	width: 100%;
	background-image: url(../images/mv/cot1_bg.png);
	background-attachment: fixed;
	background-size: cover;	
}
/* line 25, ../sass/style.sass */
.mv .inner {
  margin: 0 auto;
  width: 950px;
}

/* line 29, ../sass/style.sass */
.cv {
  width: 100%;
  background-color:#ea4b5b;
  text-align:center;
}
/* line 36, ../sass/style.sass */
.cv .inner {
  width: 850px;
  margin: 0 auto;
padding: 20px 50px 50px 50px;
}
/* line 39, ../sass/style.sass */
.cv .inner .btn {
  width: 684px;
  margin: 0 auto;
  padding-top: 315px;
}
/* line 159, ../sass/style.sass */
.offer {
  width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
}
/* line 163, ../sass/style.sass */
.offer .inner {
  width: 900px;
  margin: 0 auto;
}

.offer2 {
 	width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
	background-size: contain;
	background-attachment:fixed;
background-size: cover;	
	
}

/* line 163, ../sass/style.sass */
.offer2 .inner {
  width: 900px;
  margin: 0 auto;
}

/* line 340, ../sass/style.sass */
.form {
  width: 100%;
/*background-color: #FCBE20;*/
background:#fccc50;
  padding-bottom:100px;
}
/* line 343, ../sass/style.sass */
.form .inner {
  width: 980px;
  margin-top: 40px;
  margin: 0 auto;
  line-height: 40px;
  padding-top: 40px;
}

/* line 383, ../sass/style.sass */
.impact {
    color: #d8336c;
    font-weight: bold;
    background-color: #ab90f026;
}
/* line 383, ../sass/style.sass */
.impact2 {
    font-weight: bold;
    color: #d3bf39;
}
th{
	text-align: center;
	padding: 0.6em 20px;
	font-size: 21px;
	border: 1px solid #dbdde2;
	color: rgb(0, 35, 140);
	white-space: nowrap;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 2px;
}
td{
    background-color: #FFF;
    padding: 25px 21px;
    border: 1px solid #dbdde2;
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    line-height: 2rem;
}
.rightimg{
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	}
	
.rightimg2{
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	}
		
	
.mark {
	background-color:#FFFFB4;
}
.point{
    padding: 5px;
    display: block;
    width: 30%;
    background-color:rgba(114, 78, 1, 0.5490196078431373);
    text-align: center;
    color: white;
}
.point2{
     padding: 15px;
    display: block;
    background-color: #8166c79e;
    text-align: left;
    color: white;
    font-size: 1.3rem;
}

.fa-hand-point-right:before {
    content: "\f0a4";
    margin-right: 1rem;
}
input[type="submit"] {
	width: 100%;
    padding: 20px;
    background-color: #27b790;
    border-radius: 3rem;
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    box-shadow: 4px 5px 9px 2px rgba(4, 31, 99, 0.23);
    border: 2px solid #FFFFFF;
    color: white;
    margin-bottom: 3rem;
}

input[type="submit"]:hover {
    background-color: #006d3b;
	    box-shadow:none;
}
.offer .inner ul {
	padding: 30px;
    border: 2px dotted #b1b1b1;
    margin-bottom: 30px;
background-color: white;
list-style-position:inside;
}

li{
	list-style-type: none;
    font-size: 19px;
    margin-bottom: 10px;
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
    margin-right: 1rem;
    color: #9c7ced;
}
.offer header {
	width: 100%;
    background-color:#E4E4E4;
    text-align: center;
    padding-top: 35px;
	padding-bottom:60px;
}
.headerbottom {
	    width: 100%;
    text-align: center;
	background-image: url(../images/common/tasky_pattern_@2X.png);
    padding-bottom: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.headerbottom .inner{
	    width: 950px;
    margin: 0 auto;
}

.headerbottom2 {
	    width: 100%;
    text-align: center;
    background-color:#2e1e58;
    padding-bottom: 2px;
}
.headerbottom2 .inner{
	    width: 950px;
    margin: 0 auto;
}
.inner .box .box2 {
    padding: 30px;
    margin-top: 10px;
    border: 1px solid black;
    line-height: 38px;
	margin-bottom:50px;
    font-size: 20px;
    background-color: #F4F4F4;
	}

.offer .inner .box {
    padding: 2rem;
    margin-bottom: 30px;
    background-image: url(../images/common/resolution3.png);
    border: 3px solid #ffb020;
    border-radius: 6rem;
}

.offer .inner .box2 {
	padding: 30px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
	box-shadow: 3px 3px 0px 5px rgba(37, 37, 37, 0.18);
	background-image:url(../images/common/bg_pat_01.gif);
	border-radius: 20px;
}

.offer .inner p.box3 {
    background-color: #ffffff;
    border: 1px dashed black;
    margin-top: 2rem;
    margin-bottom: 2rem;	
}
.offer2 .inner p.box4 {
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.7803921568627451);
}
.offer .inner p.box6 {
    padding: 2rem;
    background-color: #724e0114;
}
.offer .inner-case .box {
	padding: 20px;
    border: 1px solid #446bab;
    margin-bottom: 30px;
    background-color: #f4f8ff;
}
.headertop  {
    padding-bottom: 5px;
    box-shadow: 1px 6px 6px 6px #454d66;
    background-color: #252229;
    border-bottom: 1px solid white;
		}
.headertop .inner {
	width: 930px;
    margin: 0 auto;
    padding: 10px;
}
.headertop .inner .logo {
    float: left;
}
.headertop .inner .likefb {
	padding-top: 20px;
    float: left;
    margin-left: 20px;
}
.headertop .inner .navbar.navbar-inverse.navbar-fixed-top {
    text-align: right;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ea4b5b;
	}
.inner .box h3 {
    font-size: 2rem;
    line-height: 130%;
    font-weight: bold;
    color: #171717;
    padding: 20px;
    background-color: white;
    border-bottom: 10px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;	
}
.inner .box2 h3 {
	font-size: 150%;
    line-height: 33px;
    padding: 10px 10px 10px 25px;
    color: black;
    font-weight: bold;
    border-left: 8px solid #ea2369;
    border-bottom: 2px dotted #EA2369;
    background-color: white;
	border-radius: 4px;
}
.headerbottom .inner .desc {
	width: 60%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid white;
    color: white;
    font-size: 150%;
    line-height: 35px;
}

/* line 363, ../sass/style.sass */
footer {
    width: 100%;
    padding-top:20px;
	padding-bottom:20px;
}
/* line 371, ../sass/style.sass */
footer .footer-inner {
    width: 890px;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}
/* line 375, ../sass/style.sass */
footer .link-list li {
  display: inline-block;
  margin-right: 0.2em;
}
/* line 378, ../sass/style.sass */
footer .link-list li a {
  color: black;
}
form .pub_form select {
	    width: 70%;
    height: 50px;
    font-size: 120%;
	margin-top:20px;
	margin-bottom:40px;
}

form .pub_form .tag {
	    padding: 3px 10px 3px 10px;
    background-color: #37caa2;
    border-radius: 6px;
    color: white;
    font-size: 13px;
}

.offer .inner .box5{
    padding: 40px;
    background-color: white;
    margin-bottom: 30px;
    border: 1px solid #11223c;
	}
	
.inner .box5 h4 {
	font-size: 200%;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: justify;
}
.inner .box5 .prob {
	    padding: 20px;
    background-color: whitesmoke;
    font-size: 150%;
    line-height: 160%;
    margin-bottom: 40px;
	    border: 2px dotted #a9a9a9;
}

.inner .box5 .tab {
	width: 15%;
    padding: 9px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    color: #3b26d3;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    border: 2px solid #3b26d3;
    box-shadow: 3px 3px 0px rgb(59, 38, 211);
}
.sankaku{ 
width: 0; 
height: 0; 
border-top: 40px solid #724e0136; 
border-right: 60px solid transparent; 
border-bottom: 0px solid transparent; 
border-left: 60px solid transparent; 
margin: 0 auto; 
margin-top: 1rem; 
} 
.inner .midashi {
	    text-align: center;
    padding: 3rem;
    font-weight: bold;
    font-size: 2rem;
}

.inner .midashi2 {
    padding: 1rem;
    font-weight: bold;
    font-size: 2rem;
    color: white;
    line-height: 3rem;
}
.offer2 .inner .box7 {
    background-color: #6f589ec4;
    padding: 3rem;
    color: white;	
}



	
@media screen and (max-width:980px) { 
    /*　画面サイズが980pxまではここを読み込む　*/
p{
    font-size: 40px !important;
    line-height:4rem;
}
.btn {
    width: 85%;
    background-color: #16b154;
    display: block;
    text-align: center;
    padding: 3rem;
    text-decoration: none;
    color: white;
    font-size: 3rem;
    border: 4px solid white;
    border-radius: 6rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
	
.btn2 {
    width: 85%;
    background-color: #16b154;
    display: block;
    text-align: center;
    padding: 3rem;
    text-decoration: none;
    color: white;
    font-size: 3rem;
    border: 4px solid white;
    border-radius: 6rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
}	

.rightimg{
    float: none;
    width: 60%;
    margin-bottom: 3rem;
    margin-left: 20%;
    margin-right: 20%;
	}
.inner .midashi{
	font-size: 2.5rem;
	}	
.point{
width: 99%;
    font-size: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;	
	}	
form .pub_form select {
    width: 90%;
    height: 90px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 40px;
	}
.inner .midashi2{
	font-size: 3rem;	
	}	
.point2{
width: 99%;
    font-size: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;	
	}		
body h2{
	line-height: 60px;
	font-size:300%;
	}
.inner .box h3 {
    font-size: 250%;
    line-height: 60px;
}
.inner .box2 h3{
	    font-size: 230%;
    line-height: 55px;
	}	
td {
    font-size: 2.5rem;
    line-height: 3.5rem;
}
li {
    font-size: 2.2rem;
    padding-left: 4rem;
    text-indent: -1.5rem;
    margin-bottom: 2rem;
    line-height: 3rem;
}
.leftimg{
    width: 100%;
    margin-bottom: 2rem;
}
.mv {
    background-size: unset;
    background-attachment: unset;
}	
	
.formtag_max{
     font-size: 2.8rem;
	 height:80px;
	}
.formtag_herf{
     font-size:2.8rem;
	 height:80px;
	 width:40%;
	}
.formtag_three{
     font-size: 2.8rem;
	 height:80px;
	}
input[type="submit"]{
	line-height:80px;
	font-size: 2.6rem;
	}	
}
