@charset "UTF-8";
/* CSS Document */

/*リセット用css*/

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-image:url(img/bg-green.jpg);
  background-position:top center;
  background-repeat:repeat-y;
}

#wrapper{
  background-image:url(img/header.png);
  background-position:top center;
  background-repeat:repeat-x;
}


ol, ul {
  list-style: none;
  list-style-type: none;
}


#mainarea{
margin-top:80px;}

#footer{
margin:20px auto 20px;
text-align:center;
color:#FFF;}

/*maincontents*/



#contents-header{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffbcbc+0,ff6666+100 */
background: #ffbcbc; /* Old browsers */
background: -moz-linear-gradient(top,  #1B76BA 0%, #019CDE 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1B76BA 0%,#019CDE 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1B76BA 0%,#019CDE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B76BA', endColorstr='#019CDE',GradientType=0 ); /* IE6-9 */

color:#FFFFFF;
text-align:center;
padding-top:10px;
padding-bottom:10px;
font-size:24px;

-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
-ms-border-radius:5px 5px 0 0;
}

#contents-area{
padding:20px;
background-image:url(img/bg.jpg);
background-position:center top;

}


#maincontents{
width:800px;
margin:0 auto;
border:#FFFFFF 1px solid;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
-o-border-radius:0 0 5px 5px;
-ms-border-radius:0 0 5px 5px;	}



.customer-area {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.customer-area .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.customer-area .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.customer-area .chatting {
  width: 100%;
}

.says {
  line-height: 1.5;
  display: inline-block;
  position: relative; 
  margin: 5px 0 10px 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFFFFF;
  border:#019CDE 2px solid;
  font-size:1.1em;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2); 
}

.says:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -24px;
  margin-top: -14px;
  border: 10px solid transparent;
  border-right: 20px solid #FFF;
  z-index: 2;
}

.says:after {
  content: "";
  position: absolute;
  top: 40px;
  left: -30px;
  margin-top: -14px;
  border: 10px solid transparent;
  border-right: 20px solid #019CDE;
  z-index: 1;
}

.says p {
  margin: 0;
  padding: 0;
}


.says img {
width:100%;
  margin: 5px 0px;
}

.says .choise span{
display:table;
background-color:#019CDE;
color:#FFFFFF;
padding:5px 10px;
border-radius: 5px;
width:100%;
}

.says .choise span.line1{
display:block;
width:99%;
margin:5px 0px;
}

.says .choise span.line2{
display:table-cell;
margin:5px 0px;
float:left;
width:303px;
}

.says .choise span.line2:nth-child(odd) {
clear:both;
margin:5px 10px 5px 0px;
}


.pure-area {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.pure-area .faceicon {
  float: right;
  margin-left: -90px;
  width: 80px;
}

.pure-area .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.pure-area .chatting {
  width: 100%;
}

.says2 {
  line-height: 1.5;
  display: inline-block;
  position: relative; 
  margin: 5px 105px 10px 0;
  padding: 17px 13px;
  border-radius: 12px;
  background: #019CDE;
  color:#FFFFFF;
  font-size:1.1em;
  float:right;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.says2:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 20px solid #019CDE;
}

.says2 p {
  margin: 0;
  padding: 0;
}

.says2 img {
width:100%;
  margin: 5px 0px;
}



.choise{
text-align:left;
clear:left;
}


.says2 .choise span{
width:100%;
display:table;
background-color:#FFFFFF;
color:#019CDE;
margin:5px 0px;
padding:5px 10px;
border-radius: 5px;
float:left;
}

.says2 .choise span.line1{
display:block;
width:99%;
}

.says2 .choise span.line1 a{
color:#019CDE;
}

.says2 .choise span.line2{
display:table-cell;
width:305px;
}

.says2 .choise span.line2 a{
color:#019CDE;
}

.says2 .choise span.line2:nth-child(odd) {
clear:both;
margin:5px 10px 5px 0px;
}



.now{
border:#FF0000 1px solid;
background-color: #FFCCCC!important;
}

.zan0{
background-color: #CCCCCC!important;
}
.zan1{
background-color: #FFFF9B!important;
}
.zan2{
background-color: #B5FF6A!important;
}

#comment-area{
background-color:#A6E4FF;
padding:20px;
text-align:center;
}

input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

input[type="button"]:active {
border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}

input[type="submit"] {}


input[type="text"] {
  padding: 1.2em;
    border-radius: 4px;
	  border: solid 1px #03A9F4;
}


.qa{
    padding: 10px 0px;
    border-radius: 6px;
    background-color: #fff;
	border:#ff8f4a solid 1px;
	font-size: 13px;
	text-align:center;
	display:block;
	background-color:#ff8f4a;
	width:80%;
	margin:0px auto 10px;	
}

.qa a{
        color: #FFF;
		display:block;
		text-decoration:underline;
}


.guide{
    padding: 10px 0px;
    border-radius: 6px;
	border:#f7f773 solid 1px;
	font-size: 13px;
	text-align:center;
	display:block;
	background-color:#f7f773;
	width:80%;
	margin:0px auto 10px;	
}

.guide a{
        color: #555;
		display:block;
		text-decoration:underline;
}





.info-area{
    padding: 14px;
    border-radius: 6px;
    background-color: #fff;
	border:#016A98 solid 1px;
}
.info-area h2{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}
.info-area p{
    font-size: 13px;
    padding-bottom: 6px;
}

.info-area p.attention{
    font-size: 12px;
	color:#999999;
}

/*コード追記*/

.choise.disabled{
    opacity:0.5;
}
.choise.disabled a,
.choise.disabled input{
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

input.balloon_input[type="text"]{
    font-size: 14px;
    padding:10px !important;
    width:480px;
	margin-right:5px;
}
input.balloon_btn[type="button"]{
    font-size: 15px;
	font-weight:bold;
    padding:8px 20px !important;
    background-color: #1082b9;
}

.fade-in {
    animation: fadeIn 1s ease 0s 0.5 normal;
    -webkit-animation: fadeIn 1s ease 0s 0.5 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.start-wrap{
    position: relative;
    height: 40px;
    width: 100%;
}

.start_btn{
    text-align: center;
    border-radius: 6px;
    background: #019CDE;
    border:#019CDE 2px solid;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    height: 40px;
    width: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 10px auto 10px auto;
}


.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */

#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #019CDE;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 32px;
		font-weight: bolder; 
}

#top-head .logo img{
width:50%;}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    padding-bottom: 10px;
	box-shadow:0px 5px 5px 1px #7f7f7f;
}




#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #016A98;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*ポップアップ用*/


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}

.close-btn .fas {
    line-height: 50px;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}




/*----------------------------------------------------------*/
/* PC用のCSS */
/*----------------------------------------------------------*/
@media only screen and (max-width: 1024px) {}


/*----------------------------------------------------------*/
/* タブレット・スマホ用のCSS */
/*----------------------------------------------------------*/

@media only screen and (max-width: 800px)  {
    
    
/*ポップアップ用　スマホ*/
    
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 96%;
  max-width: 96%;
  padding: 20px;
  background-color: #fff;
  z-index: 2;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}

.close-btn .fas {
    line-height: 20px;
}

    


input.balloon_input[type="text"]{
    font-size: 14px;
    padding:10px !important;
    width:62%;
}
input.balloon_btn[type="button"]{
    font-size: 14px;
    padding:9px 14px !important;
    background-color: #1082b9;
	   -webkit-appearance: none;
}



body {
  background-image:url(img/bg-green.jpg);
  background-position:top center;
  background-repeat:repeat-y;
}


#wrapper{
background-image:none;
}


#maincontents{
width:94%;
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
-o-border-radius:5px 5px 5px 5px;
-ms-border-radius:5px 5px 5px 5px;
}

#contents-area{
padding:12px;
}



    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		height:54px;
	background-color:#FFFFFF;
			padding-bottom:10px;
    }
	
#top-head .logo img{
width:320px;}
	
	
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
			background-color:#FFFFFF;
    }
    #mobile-head {
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #016A98;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -492px;
        background: #019CDE;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
.pure-area .faceicon {
  float: right;
  margin-left: -60px;
  width: 60px;
}
	
	
	
.customer-area .faceicon {
  float: left;
  margin-right: -60px;
  width: 60px;
}


.says {
  margin: 5px 0 10px 80px;
  padding: 10px 10px;
  font-size:0.8em;
}


.says2 {
  margin: 5px 80px 10px 0;
  padding: 10px 10px;
  font-size:0.8em;
}


.says2 .choise span.line2{
width:47.5%;
padding: 5px 5px;
margin:5px 0px;
}

.says .choise span.line2{
width:47.5%;
padding: 5px 5px;
margin:5px 0px;
}

#contents-header{
padding-top:10px;
padding-bottom:10px;
font-size:1.2em;
}

.info-area h2{
    font-weight: bold;
  font-size:1em;
    padding-bottom: 10px;
}
.info-area p{
  font-size:0.8em;
    padding-bottom: 6px;
}	


}
@media only screen and (max-width: 400px)  {
    #top-head .logo img{
width:85%;}
}
