
#all_contents {
    width: 1000px;
    padding: 25px 0;
    display: block;
    position: relative;
    background-color: #f6f6f6;
    margin-top: 15px;
}
.goto_info{
  margin: 0 25px 20px;
  padding: 20px;
  border: 2px solid #ff4d4d;
  font-size: 14px;
  background: #fff;
  line-height: 1.7;
}
.goto_info_link{
  border: 1px solid #008dde;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  color: #008dde !important;
}
.goto_info_link:hover{
  opacity: 0.5;
}
.contact-header {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 7px;
}

.contact-content-header {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin: 10px 0 30px;
  display: block;
}

.contact-section-header {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.contact-container {
  width: 600px;
  padding: 20px 0;
}

#service-list {
  margin: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.service-item {
  padding: 10px;
  display: flex;
  align-items: center;
  background: url(https://www.img-ikyu.com/contents/sd/help/faq/img/select_circle.png) no-repeat right center;
  background-size: 60px;
  cursor: pointer;
}

.service-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.service-name {
  margin-left: 18px;
}

#change-service, #change-category {
  font-size: 14px;
}

.service-logo {
  height: 29px;
}

#selected-service {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  margin: 10px 20px 40px;
  padding: 10px;
  border-radius: 10px;
}

.category-list {
  background-color: #fff;
  margin: 10px 20px;
  border-radius: 10px;
}

.category-item {
  padding: 10px;
  display: flex;
  align-items: center;
  background: url(https://www.img-ikyu.com/contents/sd/help/faq/img/select_circle.png) no-repeat right center;
  background-size: 60px;
  cursor: pointer;
}

.category-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

#selected-category {
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  margin: 10px 20px 40px;
  padding: 10px;
  border-radius: 10px;
}

#channel-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  padding: 10px 20px 0;
  column-gap: 20px;
}

.channel-item {
  width: 100%;
  cursor: pointer;
  display: block;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 13px;
  box-sizing: border-box;
  color: #006699;
}

.channel-logo {
  width: 40px;
  margin: 0 0 10px;
}

.channel-info{
	font-size:12px;
  margin-top: 10px;
  padding-top: 10px;
}

.small-link {
  display: block;
  margin: 10px;
  font-size: 12px;
  text-align: center;
  text-decoration: underline !important;
}

#login {
  margin-top: 30px;
  display: grid;
}

.loginin-button-wrapper{
  margin-top: 10px;
}

.login-button {
  margin: 0;
  display: inline-block;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  border: 1px #06b306 solid;
  font-size: 18px;
  width: 94%;
  padding: 6px 0;
  color: #ffffff;
  background: rgb(6, 179, 6);
  background: -moz-linear-gradient(top, rgba(6, 179, 6, 1) 0%, rgba(6, 179, 6, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6, 179, 6, 1)), color-stop(100%, rgba(6, 179, 6, 1)));
  background: -webkit-linear-gradient(top, rgba(6, 179, 6, 1) 0%, rgba(6, 179, 6, 1) 100%);
  background: -o-linear-gradient(top, rgba(6, 179, 6, 1) 0%, rgba(6, 179, 6, 1) 100%);
  background: -ms-linear-gradient(top, rgba(6, 179, 6, 1) 0%, rgba(6, 179, 6, 1) 100%);
  background: linear-gradient(top, rgba(6, 179, 6, 1) 0%, rgba(6, 179, 6, 1) 100%);
  position: relative;
  text-decoration: none;
}
.login-button:link {
  color: #fff;
}
.login-button:visited {
  color: #fff;
}
.login-button:hover {
  color: #fff;
  text-decoration: none;
}

/* ローディング */
#searchNowLoading {
  display:none;
  background-color: White;
  position: fixed;
  opacity: 0.6;
  z-index: 9000;
  top: 0;
  left: 0;
}
.nowLoadingImg{
  margin: -44px 0 0 -44px;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 88px;
  height: 88px;
}
.phone_img {
  background: url(https://www.img-ikyu.com/contents/help/faq/faq_img/help_tell.png?auto=compress,format&lossless=0&fit=crop&w=20&h=20);
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.tel_box{
width:560px;
padding:20px;
border:solid 2px #ccc;
margin:20px 0;
box-sizing:border-box;
background: #fff;
}

.tel_number {
  font-size: 25px;
  font-weight: bold;
  color: #2eb2e1;
}
