@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1.5rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.5px; }

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative; }

.main_content {
  position: relative;
  width: 100%;
  height: auto; }

@media screen and (max-width: 820px) {
  body {
    min-width: auto;
    font-size: 1.3rem; }

  .inner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    position: relative; } }
/*PCでは表示しない*/
@media screen and (min-width: 820px) {
  .pc_none {
    display: none !important; } }
/*SPでは表示しない*/
@media screen and (max-width: 820px) {
  .sp_none {
    display: none !important; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  color: #E34F4A;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.7; }

/*　フォント
----------------------------------------------------*/
.mintyou {
  font-family: "Noto Serif JP"; }

 /*　ボタン
----------------------------------------------------*/
.btn_01 {
  position: relative;
  box-sizing: border-box;
  margin: 40px auto 0;
  display: block;
  max-width: 370px;
  padding: 16px 50px 16px 16px;
  background-color: #F97370;
  text-align: center;
  color: #FFF;
  border-radius: 40px; }
  .btn_01 .btn_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    /*右からの距離*/
    width: 13px;
    /*アイコンの横幅指定*/
    transform: translateY(-50%);
    /*この指定で上下中央に*/ }

@media screen and (max-width: 820px) {
  .btn_01 {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 16px 50px 16px 16px;
    background-color: #F97370;
    text-align: center;
    color: #FFF;
    border-radius: 40px; }
    .btn_01 .btn_arrow {
      position: absolute;
      top: 50%;
      right: 32px;
      /*右からの距離*/
      width: 13px;
      /*アイコンの横幅指定*/
      transform: translateY(-50%);
      /*この指定で上下中央に*/ } }
/*　見出し
----------------------------------------------------*/
.top_section_title {
  position: relative;
  display: block;
  margin: 56px auto 56px;
  font-family: "Noto Serif JP";
  color: #111111;
  font-size: 3.2rem;
  text-align: center; }
  .top_section_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #19499E;
    border-radius: 2px; }

@media screen and (max-width: 820px) {
  .top_section_title {
    position: relative;
    display: block;
    margin: 32px auto 56px;
    font-family: "Noto Serif JP";
    color: #111111;
    font-size: 2.2rem;
    text-align: center; }
    .top_section_title:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 60px;
      height: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #19499E;
      border-radius: 2px; } }
/*　テーブル
----------------------------------------------------*/
table {
  width: 100%; }
  table tr {
    border-bottom: solid 1px #4175BF; }
    table tr th {
      width: 180px;
      padding: 24px;
      text-align: center; }
    table tr td {
      padding: 16px; }
    table tr:first-of-type th, table tr:first-of-type td {
      padding-top: 0; }

@media screen and (max-width: 820px) {
  table {
    width: 100%;
    line-height: 1.2; }
    table tr {
      border-bottom: solid 1px #4175BF; }
      table tr th {
        width: 25%;
        padding: 12px;
        color: #333333; }
      table tr td {
        padding: 12px;
        color: #666666;
        line-height: 1.4; }
      table tr:first-of-type th, table tr:first-of-type td {
        padding-top: 0; } }
/* googlemap
----------------------------------------------------*/
.map {
  width: 90%;
  height: 450px;
  margin: 80px auto; }

@media screen and (max-width: 820px) {
  .map {
    width: 92%;
    height: 250px;
    margin: 40px auto; }

  .googlemap {
    position: relative;
    padding-bottom: 25.12%;
    padding-top: 80px;
    height: 0;
    overflow: hidden; }

  .googlemap iframe,
  .googlemap object,
  .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  display: block;
  width: 100%;
  height: 72px;
  min-width: 1400px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  /*position: fixed;*/
  top: 0;
  z-index: 999; }

@media screen and (max-width: 1400px) {
  .global_header {
    min-width: auto; } }
@media screen and (max-width: 1080px) {
  .global_header {
    min-width: auto;
    height: 64px; } }
/* header_contents
--------------------------------------*/
.header_contents {
  width: auto;
  height: 100%;
  display: block; }
  .header_contents .header_title {
    width: 218px;
    height: 52px;
    margin: 8px 0 0 1.2%; }
    .header_contents .header_title a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -9999px;
      overflow: hidden;
      background: url("../images/common/title_logo.png") no-repeat;
      background-size: contain;
      transition: 0.3s; }
      .header_contents .header_title a:hover {
        opacity: 0.7; }

@media screen and (max-width: 820px) {
  .header_contents {
    width: 100%;
    height: 100%; }
    .header_contents .header_title {
      width: 180px;
      height: 36px;
      margin: 0 0 0 10px; }
      .header_contents .header_title a {
        display: block;
        width: 100%;
        height: 100%;
        margin: 13px 0;
        text-indent: -9999px;
        overflow: hidden;
        background: url("../images/common/title_logo.png") no-repeat;
        background-size: contain;
        transition: 0.3s; }
        .header_contents .header_title a:hover {
          opacity: 0.7; } }
/* global_nav
----------------------------------------------------*/
.global_nav .sp_nav_contents {
  display: none; }
.global_nav .pc_nav_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  margin-right: 1.2%; }
  .global_nav .pc_nav_contents .nav_contents_left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    /*height: 100%;*/ }
    .global_nav .pc_nav_contents .nav_contents_left .menu_list {
      /*margin-top:22px;*/
      display: flex;
      align-items: center;
      justify-content: center; }
      .global_nav .pc_nav_contents .nav_contents_left .menu_list li {
        margin-left: 40px;
        width: 140px;
        text-align: center; }
        .global_nav .pc_nav_contents .nav_contents_left .menu_list li:first-of-type {
          margin-left: 0; }
        .global_nav .pc_nav_contents .nav_contents_left .menu_list li a {
          color: #222222;
          font-size: 1.6rem;
          font-family: "Noto Serif JP";
          position: relative;
          transition: 0.3s; }
  .global_nav .pc_nav_contents .nav_contents_right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP"; }
    .global_nav .pc_nav_contents .nav_contents_right ul li.add {
      display: block;
      box-sizing: border-box;
      width: 240px;
      height: 72px;
      padding: 20px 0;
      background-color: #19499E;
      line-height: 1.4;
      font-size: 2.4rem; }
    .global_nav .pc_nav_contents .nav_contents_right ul li.access {
      box-sizing: border-box;
      width: 140px;
      height: 72px;
      background-color: #4175BF;
      padding: 18px 0;
      font-size: 1.8rem; }
      .global_nav .pc_nav_contents .nav_contents_right ul li.access a {
        box-sizing: border-box;
        display: block;
        height: 72px;
        padding: 8px;
        color: #FFF;
        line-height: 1.4; }

/*@media screen and (max-width:1400px) {
	
	.global_nav{ 
		.pc_nav_contents{

			.nav_contents_left{

				.menu_list{

					li{
						margin-left: 24px;
                        
					}
				}
			}

			.nav_contents_right {

				ul {

					li.add {
						width: 200px;
						font-size: 1.4rem;
						line-height: 1.8;

						span {
							font-size: 2.0rem;
							line-height: 1.4;
						}
					}

					li.access {
					}
				}
			}
		}
	}		
} */
@media screen and (max-width: 1080px) {
  .global_nav .pc_nav_contents .nav_contents_left .menu_list li {
    margin-left: 8px;
    width: 130px;
    text-align: center; }
    .global_nav .pc_nav_contents .nav_contents_left .menu_list li:first-of-type {
      margin-left: 0; }
    .global_nav .pc_nav_contents .nav_contents_left .menu_list li a {
      font-size: 1.6rem; }
  .global_nav .pc_nav_contents .nav_contents_right ul li.add {
    width: 180px;
    font-size: 1.6rem;
    line-height: 1.8; }
  .global_nav .pc_nav_contents .nav_contents_right ul li.access {
    width: 120px;
    font-size: 1.6rem;
    line-height: 1.8; } }
@media screen and (max-width: 820px) {
  .global_nav .pc_nav_contents {
    display: none; }
  .global_nav .sp_nav_contents {
    display: flex;
    width: 100%;
    height: 64px;
    -webkit-align-items: center;
    align-items: center; }
    .global_nav .sp_nav_contents .sp_head_logo {
      margin-left: 10px; }
      .global_nav .sp_nav_contents .sp_head_logo img {
        width: 260px;
        height: 40px; }
    .global_nav .sp_nav_contents .menu {
      margin-left: auto;
      margin-right: 10px;
      width: 30px;
      height: 30px;
      text-align: center; }
      .global_nav .sp_nav_contents .menu a {
        font-size: 3.0rem;
        line-height: 1; }

  .sp_nav_menu ul .top_cover_contents {
    padding: 5% 0 5% 20px; }
    .sp_nav_menu ul .top_cover_contents h3 {
      font-size: 2.4rem;
      font-family: "Noto Serif JP"; }
      .sp_nav_menu ul .top_cover_contents h3 span {
        font-size: 1.6rem; }
    .sp_nav_menu ul .top_cover_contents p.address {
      margin-top: 8px;
      font-size: 1.2rem; }
    .sp_nav_menu ul .top_cover_contents a {
      color: #333; }
      .sp_nav_menu ul .top_cover_contents a i {
        color: #333 !important; } }
.top_mainvisual img {
  max-width: 100%;
  height: auto; }

/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0 0;
  background-color: #4175BF;
  color: #FFF;
  text-align: center; }
  .global_footer .copyright {
    display: block;
    font-size: 1.4rem;
    background-color: #19499E;
    margin: 40px 0 0;
    padding: 8px; }

@media screen and (max-width: 820px) {
  .global_footer {
    padding: 24px 0 0; }
    .global_footer img {
      width: 40%;
      height: auto; }
    .global_footer .copyright {
      font-size: 1.3rem;
      margin: 24px 0 0;
      padding: 8px; } }
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_business
----------------------------------------------------*/
.top_business .top_business_copy {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP"; }
.top_business .hoiku {
  border-top: 1px solid #4175BF;
  border-bottom: 1px solid #4175BF;
  display: flex;
  width: 90%;
  height: auto;
  margin: 100px auto 16px;
  background: url("../images/home/bg_01.png") top left no-repeat; }
  .top_business .hoiku .img_photo_area, .top_business .hoiku .sentence_area {
    width: 50%;
    max-width: 865px; }
  .top_business .hoiku .sentence_area {
    box-sizing: border-box;
    padding: 80px 40px; }
    .top_business .hoiku .sentence_area .area_title {
      margin: 0 0 24px;
      color: #2056B7;
      font-size: 2.6rem;
      font-family: "Noto Serif JP"; }
  .top_business .hoiku .img_photo_area {
    box-sizing: border-box;
    padding: 80px 0; }
    .top_business .hoiku .img_photo_area .img_photo {
      height: 430px;
      background: url("../images/home/ph_01.jpg") top center no-repeat;
      background-size: cover; }
.top_business .temp_service {
  border-bottom: 1px solid #4175BF;
  display: flex;
  width: 90%;
  height: auto;
  margin: -16px auto 80px;
  background: url("../images/home/bg_02.png") top right no-repeat; }
  .top_business .temp_service .img_photo_area, .top_business .temp_service .sentence_area {
    width: 50%;
    max-width: 865px; }
  .top_business .temp_service .sentence_area {
    box-sizing: border-box;
    padding: 80px 40px; }
    .top_business .temp_service .sentence_area .area_title {
      margin: 0 0 24px;
      color: #2056B7;
      font-size: 2.6rem;
      font-family: "Noto Serif JP"; }
  .top_business .temp_service .img_photo_area {
    box-sizing: border-box;
    padding: 80px 0; }
    .top_business .temp_service .img_photo_area .img_photo {
      height: 430px;
      background: url("../images/home/ph_02.jpg") top center no-repeat;
      background-size: cover; }

@media screen and (max-width: 820px) {
  .top_business .top_business_copy {
    text-align: left;
    font-size: 1.4rem;
    font-family: "Noto Serif JP"; }
  .top_business .hoiku {
    border-top: 1px solid #4175BF;
    border-bottom: 1px solid #4175BF;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin: 40px auto 16px;
    background: url("../images/home/bg_01.png") top left no-repeat;
    background-size: contain; }
    .top_business .hoiku .img_photo_area, .top_business .hoiku .sentence_area {
      width: 100%;
      height: auto;
      max-width: none; }
    .top_business .hoiku .sentence_area {
      box-sizing: border-box;
      padding: 24px 0; }
      .top_business .hoiku .sentence_area .area_title {
        margin: 0 0 24px;
        color: #2056B7;
        font-size: 1.8rem;
        font-family: "Noto Serif JP"; }
    .top_business .hoiku .img_photo_area {
      box-sizing: border-box;
      padding: 24px 0; }
      .top_business .hoiku .img_photo_area img {
        width: 100%;
        height: auto; }
  .top_business .temp_service {
    border-bottom: 1px solid #4175BF;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin: -16px auto 56px;
    background: url("../images/home/bg_02.png") top left no-repeat;
    background-size: contain; }
    .top_business .temp_service .img_photo_area, .top_business .temp_service .sentence_area {
      width: 100%;
      height: auto;
      max-width: none; }
    .top_business .temp_service .sentence_area {
      box-sizing: border-box;
      padding: 24px 0; }
      .top_business .temp_service .sentence_area .area_title {
        margin: 0 0 24px;
        color: #2056B7;
        font-size: 1.8rem;
        font-family: "Noto Serif JP"; }
    .top_business .temp_service .img_photo_area {
      box-sizing: border-box;
      padding: 24px 0; }
      .top_business .temp_service .img_photo_area img {
        width: 100%;
        height: auto; } }
/*　top_about
----------------------------------------------------*/
.top_about {
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #F3F9FF; }

.information_area {
  padding: 0;
  box-sizing: border-box; }
  .information_area ul {
    display: flex;
    margin: 32px 0;
    padding: 0; }
    .information_area ul li {
      box-sizing: border-box;
      width: 100%;
      margin: 8px; }
      .information_area ul li a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        padding: 8px 16px;
        text-align: center;
        border-radius: 8px;
        background-color: #F97370;
        color: #FFF; }

@media screen and (max-width: 820px) {
  .information_area {
    padding: 0;
    box-sizing: border-box; }
    .information_area ul {
      display: flex;
      flex-wrap: wrap;
      margin: 24px 0;
      padding: 0; }
      .information_area ul li {
        box-sizing: border-box;
        width: 100%;
        margin: 8px; }
        .information_area ul li a {
          box-sizing: border-box;
          display: block;
          width: 80%;
          height: auto;
          margin: 0 auto;
          padding: 8px 16px;
          text-align: center;
          border-radius: 8px;
          background-color: #F97370;
          color: #FFF; } }
.content_jisseki h3.jisseki_title {
  margin-top: 56px;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  background: #4175BF;
  padding: 8px 8px 8px 16px; }
  .content_jisseki h3.jisseki_title span {
    font-size: 1.5rem; }
.content_jisseki figure {
  width: 965px;
  margin: 36px auto 0; }
.content_jisseki table.jisseki01 {
  margin-top: 8px; }
  .content_jisseki table.jisseki01 tr {
    border: 1px solid #CCC; }
  .content_jisseki table.jisseki01 th {
    width: 545px;
    height: auto;
    padding: 16px;
    text-align: left;
    background-color: #E1EFFF; }
  .content_jisseki table.jisseki01:nth-of-type(2) th {
    width: 325px; }
  .content_jisseki table.jisseki01 td {
    padding: 16px;
    background-color: #FFF; }

@media screen and (max-width: 820px) {
  .content_jisseki h3.jisseki_title {
    margin-top: 32px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    background: #4175BF;
    padding: 4px 4px 4px 8px; }
    .content_jisseki h3.jisseki_title span {
      font-size: 1.3rem; }
  .content_jisseki figure {
    width: 100%;
    margin: 24px auto 0; }
    .content_jisseki figure img {
      width: 100%; }
  .content_jisseki table.jisseki01 {
    margin-top: 8px; }
    .content_jisseki table.jisseki01 tr {
      border: 1px solid #CCC; }
    .content_jisseki table.jisseki01 th {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: auto;
      padding: 8px;
      text-align: left;
      background-color: #E1EFFF; }
    .content_jisseki table.jisseki01:nth-of-type(2) th {
      width: 100%; }
    .content_jisseki table.jisseki01 td {
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding: 8px; } }
/*　contact
----------------------------------------------------*/
.contact_info {
  margin: 40px 0 0; }
  .contact_info .contact_contents {
    border-top: 1px solid #4175BF;
    padding: 16px; }
    .contact_info .contact_contents h3 {
      color: #2056B7;
      font-size: 2.0rem;
      font-family: "Noto Serif JP"; }
    .contact_info .contact_contents span {
      font-size: 2.8rem; }
    .contact_info .contact_contents li {
      text-indent: -1.3rem;
      padding-left: 1.3rem;
      line-height: 1.6;
      margin-top: 8px; }

@media screen and (max-width: 820px) {
  .contact_info .contact_contents h3 {
    font-size: 1.6rem; }
  .contact_info .contact_contents span {
    font-size: 2.0rem; } }
.contact_form {
  margin: 0 0 80px; }

table.form_tbl {
  width: 100%;
  line-height: 1;
  border-top: 1px solid #4175BF; }
  table.form_tbl tr {
    border-bottom: solid 1px #4175BF;
    /*&:first-of-type{
    	th,td {
    		padding-top:0;
    	}
    }*/ }
    table.form_tbl tr th {
      box-sizing: border-box;
      width: 284px;
      padding: 24px 20px 24px 16px;
      text-align: left; }
    table.form_tbl tr td {
      box-sizing: border-box;
      padding: 16px 20px 16px 20px; }

@media screen and (max-width: 820px) {
  table.form_tbl {
    width: 100%;
    line-height: 1; }
    table.form_tbl tr {
      border-bottom: solid 1px #4175BF;
      /*&:first-of-type{
      	th,td {
      		padding-top:0;
      	}
      }*/ }
      table.form_tbl tr th {
        display: block;
        width: 100%;
        padding: 24px 8px 16px;
        box-sizing: border-box;
        color: #333333;
        text-align: left; }
      table.form_tbl tr td {
        display: block;
        width: 100%;
        padding: 0 8px 16px;
        box-sizing: border-box;
        color: #666666; } }
/* フォーム関係リセット
----------------------------------------------------*/
/*input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  background: #f3f3f3;
  border: 1px solid #cccccc;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal; }
  input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, textarea.w90, select.w90 {
    width: 90%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, textarea.w70, select.w70 {
    width: 70%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, textarea.w50, select.w50 {
    width: 50%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, textarea.w20, select.w20 {
    width: 20%; }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, textarea.zip, select.zip {
    width: 40%; }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, textarea.addr, select.addr {
    width: 80%;
    margin-top: 16px; }

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%; }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px; } }
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc; }

/* Firefox */
::-moz-placeholder {
  color: #cccccc; }

/* IE */
:-ms-input-placeholder {
  color: #cccccc; }

input[type="checkbox"], input[type="radio"] {
  margin: 0 8px 0 24px; }
  input[type="checkbox"]:first-child, input[type="radio"]:first-child {
    margin: 0 8px 0 0; }

@media screen and (max-width: 820px) {
  input[type="checkbox"], input[type="radio"] {
    margin: 8px 8px 0 0; }
    input[type="checkbox"]:first-child, input[type="radio"]:first-child {
      margin: 0 8px 0 0; } }
label {
  position: relative;
  display: inline-block;
  padding: 8px 16px 0px 0px;
  cursor: pointer; }
  label:first-child {
    margin: 0 8px 0 0; }

/*label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
}

input[type="radio"] label {
	padding: 3px 3px 3px 0;
}

*/
.btn_form {
  position: relative;
  box-sizing: border-box;
  margin: 40px auto 0;
  display: block;
  width: 370px;
  max-width: 370px;
  padding: 16px;
  background-color: #F97370;
  text-align: center;
  color: #FFF;
  border-radius: 40px;
  cursor: pointer; }

.btn_form_back {
  position: relative;
  box-sizing: border-box;
  margin: 16px auto 80px;
  display: block;
  width: 370px;
  max-width: 370px;
  padding: 16px;
  border: 2px solid #F97370;
  background-color: #FFF;
  text-align: center;
  color: #F97370;
  border-radius: 40px;
  cursor: pointer; }

.form_to_top {
  margin: 40px auto 80px; }

@media screen and (max-width: 820px) {
  .btn_form {
    margin: 40px auto 0;
    width: 80%; }

  .btn_form_back {
    margin: 16px auto 40px;
    width: 80%; } }
