@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/

	 /*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){




.example
{
font-size: 16px;
}


.example2
{
font-size: 16px;
}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

.example
{
font-size: 40px;
}

.example2
{
font-size: 40px;
}

}



#comment_text {

	text-align:left;
	width:900px;
	margin:0 auto;
	
	
}
--------------------------- */
ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}




	/*=======================================
	way
=======================================*/
#way .main_visual {
  margin: 20px 0 50px 0;
}
#way form h2 {
  font-size: 30px;
  font-weight: bold;
  color: #017fcf;
  text-align: center;
  margin: 0 0 30px 0;
}
#way form dl.qa dt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}
#way form dl.qa dt span {
  display: inline-block;
  background: #017fcf;
  font-size: 28px;
  color: #FFFFFF;
  padding: 3px 10px;
  margin: 0 10px 0 0;
	
}
#way form dl.qa dd {
  margin: 0 0 50px 0;
}
#way form dl.qa dd textarea {
  width: 870px;
  height: 150px;
  border: 1px solid #017fcf;
  padding: 15px;
  box-sizing: border-box;
@media screen and (min-width: 769px){
font-size: 25px;
}
@media screen and (max-width: 768px){
font-size: 40px;
}
@media screen and (max-width:640px){
font-size: 40px;
}
}
#way form h3 {
  font-size: 30px;
  font-weight: bold;
  color: #017fcf;
  text-align: center;
  margin: 0 0 30px 0;
}
#way form dl.info dt {
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  float: left;
  clear: left;
}
#way form dl.info dd {
  width: 660px;
  float: left;
}
#way form dl.info:after {
  content: "";
  display: block;
  clear: both;
}
#way form dl.info dt,
#way form dl.info dd {
  margin: 0 0 15px 0;
}
#way form dl.info input{
	width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #017fcf;
@media screen and (min-width: 769px){
　font-size: 40px;
}
@media screen and (max-width: 768px){
font-size: 40px;
}
@media screen and (max-width:640px){
font-size: 40px;
}
}
#way form dl.info textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #017fcf;
@media screen and (min-width: 769px){
　font-size: 16px;
}
@media screen and (max-width: 768px){
font-size: 40px;
}
@media screen and (max-width:640px){
font-size: 40px;
}
}
#way form dl.info textarea {
  min-height: 100px;
@media screen and (min-width: 769px){
　font-size: 16px;
}
@media screen and (max-width: 768px){
font-size: 40px;
}
@media screen and (max-width:640px){
font-size: 40px;
}
}
#way form button {
  display: block;
  width: 867px;
  height: 171px;
  background: url(../images1/btn_c.png) no-repeat;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#way form button.f5{
  display: block;
  width: 867px;
  height: 171px;
  background: url(../images1/btn_c.png)  no-repeat;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
#way form button:hover {
  opacity: 0.8;
}
#way form button.f5:hover {
  opacity: 0.8;
}


		/*----- pagination（コメント閲覧番号センター分け） -----*/
  .pagination {
    text-align: center;
    margin: 20px 0;
  }
  .pagination a {
    margin: 3px;
    padding: 10px;
  }
	
	.pagination a {
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.pagination a.prev,
.pagination a.next {
  padding-left: 20px;
  padding-right: 20px;
  background: #000;
  color: #fff;
}
.pagination a.prev i:before,
.pagination a.next i:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-style: normal;
}
.pagination a.next i:before {
  content: "\f105";
}
.pagination a:hover,
.pagination a.current {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.pagination a.current {
  text-decoration: none;
}
.pagination a.current:hover {
  cursor: default;
}
.pagination a.prev:hover i:before,
.pagination a.next:hover i:before {
  color: #000;
}
.pagination a.disabled {
  display: none;
}
	
	
	/*=======================================
	comment
=======================================*/

#comment{
  padding: 0 30px 60px 30px;
}

#comment h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#comment p {
  font-size: 16px;
}
#comment ul.list {
  border-top: 2px solid #333;
}
#comment ul.list li {
  padding: 0 10px;
}
#comment ul.list > li {
  border-bottom: 2px solid #ccc;
}
#comment article footer {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  line-height: 1;
}
#comment ul.list > li > article footer {
  padding-top: 20px;
}
#comment article footer .user {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
#comment article footer .user img {
  vertical-align: top;
  margin: 0 10px 0 0;
  display: inline;
}
#comment article footer .time {
  float: right;
  font-size: 16px;
  color: #666;
}
#comment article footer + div {
  padding: 10px 0 20px 0;
}
#comment ul.res {
  padding: 0 0 0 20px;
}
#comment ul.res li {
  background: #fafafa;
  margin-bottom: 10px;
}
#comment article footer:after {
  content: "";
  display: block;
  clear: both;
}
	
	 /*=======================================
  	thanks
  =======================================*/
  #thanks {
    padding-top: 30px;
  }
  #thanks h2 {
    margin: 10px 0 30px 0;
  }
  #thanks h2 + div {
    margin: 0 0 20px 0;
  }
  #thanks .btn {
    margin: 10px 0 30px 0;
  }
  #thanks .next h3 {
    border-bottom: 5px solid #e60012;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }
  #thanks .next h3 img {
    max-width: 50%;
  }
  #thanks .next h4 img {
    max-width: 60%;
  }
  #thanks .next p {
    margin: 10px 0 20px 0;
  }
  #thanks .next p + div + div {
    margin: 20px 0 0 0;
    text-align: center;
  }
  #thanks .next p + div + div img {
    max-width: 60%;
  }





