@charset "UTF-8";

/* CSS Document */



/* ----------------
 HEADER
---------------- */

#header #header-top .inner,
#header #header-gnavi .inner,
#contents #contents-inner {
  margin: 0 auto;
  width: 748px;
}

@media screen and (max-width: 748px) {
  #header #header-top .inner,
  #header #header-gnavi .inner,
  #contents #contents-inner {
    width: 100%;
  }
}

#contents #contents-inner {
  margin-bottom: 100px;
}

/* ウィンドウ幅いっぱいのレイアウト用 */

/* このクラスを 横幅いっぱいではない方に。 ※元の#contents-innerは削除する。 */
.contents-inner-not100 {
  margin: 0 auto;
  width: 748px;
}

@media screen and (max-width: 748px) {
  .contents-inner-not100 {
    width: 100%;
  }
}

#header {
  width: 100%;

  /* reset style */
  float: none;
  height: auto;
}

#header #site-logo {
  width: 200px;
  float: left;
}

/* ---------------
 FOOTER
--------------- */

#footer {
  min-width: 748px;
  width: auto !important;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #444;
  border-top: 1px solid #4e4e4e;
  background: #444;
  color: #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}

#footer #copyright {
  width: 748px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 80%;
}

@media screen and (max-width: 748px) {
  #footer {
    min-width: auto;
    width: auto !important;
    width: 100%;
  }

  #footer #copyright {
    width: 100%;
    text-align: center;
  }
}

h1 {
  margin-bottom: 16px;
}

.service {
  font-size: 14px;
  margin-bottom: 30px;
}

body {
  color: #212222;
  font-size: 14px;
}

.sub-title {
  font-size: 21px;
  padding-left: 10px;
  margin-bottom: 16px;
  border-left: 6px solid #316188;
  font-weight: bold;
  color: #212222;
}

.main-title {
  margin-top: 20px;
  margin-bottom: 32px;
  color: #212222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.topic {
  font-weight: bold;
  display: block;
  font-size: 114%;
}

.topic-block {
  padding-bottom: 16px;
}

.topic-area {
  font-size: 14px;
  padding: 30px;
  background-color: #f9f9f9;
  width: 100%;
  margin-bottom: 32px;
}

.read-area .topic-area a {
  color: #212222;
  text-decoration: underline;
}

.read-area .topic a:visited,a:hover {
  color: #212222;
  text-decoration: underline;
}

.caution-area {
  font-size: 14px;
  padding: 16px 16px 0 8px;
  width: 100%;
  border: 1px solid #828585;
  margin: 8px 0;
}

.caution-message {
  font-size: 114%;
  padding-top: 8px;
}

.must {
  font-weight: normal;
  font-size: 11px;
  background: #f57;
  color: #fff;
  border-radius: 3px;
  padding: 3px;
}

.hosoku { /* 米印の補足 */
  font-size: 13px;
  line-height: 1.5em;
  color: #828585;
}


.read-area-ul {
  font-size: 14px;
  margin-left: 24px;
  list-style-type: circle;
}

.read-area-ul-sub {
  font-size: 14px;
  margin-left: 24px;
  list-style-type: square;
}

.read-area-ul li {
  list-style-type: circle;
}

textarea {
  font-size: 100%;
  resize: vertical;
  line-height: 1.5em;
  border: 1px solid #ccc;
  padding: 10px;
  width: 372px;
}

div.section-block h2 {
  background: none;
}

div.action-block p.logo {
  float: left;
}

div.action-block div.text {
  float: right;
  width: 645px;
}

div.action-block div.text p.number {
  margin-bottom: 0;
  font-size: 116%;
  font-weight: bold;
}

div.action-block div.text p.time {
  margin-top: 0;
}

div.form-block {
  padding-bottom: 22px;
}


div.form-block table {
  font-size: 14px;
  margin-bottom: 1px;
  width: 100%;
  border-collapse: collapse;
}

div.form-block table tr th,
div.form-block table tr td {
  padding: 10px 12px;
  vertical-align: top;
  text-align: left;
  border: 1px solid #ddd;
}

div.form-block table tr th {
  width: 200px;
  color: #fff;
  font-weight: bold;
  background-color: #6391c1;
}

div.form-block table tr th span.req {
  /* color: #e81747; */
  font-weight: normal;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 5px;
  background: #c33;
  color: #fff;
  border-radius: 5px;
  float: right;
}

/* div.form-block table tr td.field {
	padding: 5px 10px 2px;
	font-size:12px;
} */
div.form-block table tr td.field input:focus {
  background: #e8fafe;
}

div.form-block table tr td.field .radio {
  display: inline;
  margin-right: 20px;
}

div.form-block table tr td.field p,
div.form-block table tr td.field textarea {
  padding: 2px 0;
}

div.form-block table tr td.field p.radio-list span,
div.form-block table tr td.field p.select-list span {
  margin-right: 10px;
}

div.form-block table tr td.field p.note {
  color: #e81747;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*
div.form-block table tr td.ex {
	width: 250px;
	color: #426b97;
	font-size:12px;
	background-color: #e9eff5;
} */

div.privacy-block {
  margin: 0 0 25px;
  padding: 1px;
}

div.privacy-block .inner {
  padding: 20px 20px 30px;
  background-color: #f5f5f5;
}

div.privacy-block h2 {
  margin-bottom: 8px;
  text-align: center;
  background: none;
}

div.privacy-block div.txt-block {
  padding-bottom: 0;
}

div.privacy-block div.privacy-accept {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid #ddd;
}

.cf_area {
  margin: 20px 0;
  padding: 10px 20px;
  border: 1px solid #ddd;
}

.block_tel {
  background: #f5f5f5;
  padding: 20px;
}

.block_tel h3 {
  font-size: 16px;
}

.block_tel p {
  padding: 0 10px 10px 80px;
}

.block_tel span {
  color: #3481c9;
  font-weight: bold;
  font-size: 20px;
}

.block_tel #tel.inner {
  background: url("https://www.sakura.ad.jp/inquiry/cloud/sms/images/tel_icon_foot.png") no-repeat;
  margin-top: 10px;
}

div.submit-block {
  margin: 0 40px 80px 0;
  text-align: center;
}

div.submit-block p.submit-notice {
  margin: 0 0 10px;
  font-size: 116%;
  font-weight: bold;
}

div.submit-block p.submit-button input {
  vertical-align: bottom;
}

#header {
  margin-bottom: 20px;
}

#header #header-top .inner {
  padding-bottom: 10px;
}

div.prearea {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

span#atten {
  font-size: 90%;
  color: #e00;
}

.stepBox {
  display: block;
  background: #fff;
  margin-bottom: 20px;
}

.stepBox .step-block {
  display: block;
}

p.step-block {
  margin-bottom: 32px;
}

.step-lead {
  padding: 0;
}

.textareaWordWrap {
  word-wrap: break-word;
  font-size: 14px;
  overflow: scroll;
  height: 120px;
}

.mailConfirmText {
  padding: 0 !important;
  margin: 5px 0 !important;
  font-size: 12px;
  color: #6391c1;
}

/*
.mailField{
	padding-top:15px !important;
	padding-bottom:15px !important;
}
*/
#header {
  margin-bottom: 50px;
}

#main-area {
  width: 748px;
}

@media screen and (max-width: 748px) {
  #main-area {
    width: 100%;
  }
}

#main-area h1 {
  margin-top: 8px;
}

/* error message */
.errorMsg { color: #f00; }

#wrapper {
  background: #f9f9f9;
  line-height: 1.6;
}

#column_layout .column_layout_header{
  background: #58a466;
  padding: 2rem 0 2.3rem;
}

#column_layout .column_layout_header .column_layout_inner{
  width: 748px;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 748px) {
  #column_layout .column_layout_header .column_layout_inner{
    width: 100%;
  }
}

#column_layout h1{
  font-size: 25px;
  margin: 0 0 1rem;
  font-weight: bold;
}

#column_layout .column_layout_header p {
  width: 480px;
  line-height: 1.6;
  color: #f9f9f9;
}

#column_layout .column_layout_area {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#column_layout .column_layout_contents {
  padding: 3rem 0 1rem 50px;
  margin: 0 50px 0 0;
}

#column_layout .column_layout_contents .column_layout_conditions {
  border: 1px solid #f56464;
  padding: 2rem 2rem 2rem;
  margin: 2rem 0;
}

#column_layout .column_layout_contents .column_layout_conditions h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1rem;
}


#column_layout .column_layout_form {
  background: #fff;
  width: 390px;
  min-width: 390px;
  padding: 3rem 50px 5rem;
  margin: -3rem 0 0;
  box-shadow: 0 0 1.3rem #616d9e14;
}

@media screen and (max-width: 748px) {
  #column_layout h1{
    font-size: 18px;
  }

  #column_layout .column_layout_header{
    padding: 2rem 2rem 2.3rem;
  }

  #column_layout .column_layout_area {
    width: 100%;
    display: block;
  }

  #column_layout .column_layout_contents {
    padding: 3rem 1rem 1rem;
    margin: 0;
  }

  #column_layout .column_layout_form {
    width: 100%;
    min-width: inherit;
    padding: 3rem 2rem 3rem;
    margin: 0 auto 0;
    box-sizing: border-box;
  }
}


#column_layout .column_layout_form .item_area {
  margin: 0 0 1rem;
}
#column_layout .column_layout_form .item_area label {
  font-weight: bold;
}

#column_layout .column_layout_form .item_area .item_area_input {
  margin: 5px 0 20px;
  word-break: break-all;
}
#column_layout .column_layout_form .item_area .item_area_input input,field,select{
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 10px;
}

#column_layout .column_layout_form .column_layout_list-atten {
  margin: 1.3rem -50px 2rem;
  background: #fff4f4;
  padding: 2rem 50px 1.3rem;
}

#column_layout .column_layout_form .column_layout_list-atten p {
  text-align: center;
}

#column_layout .column_layout_form .column_layout_list-atten-list {
  font-size: 13px;
  list-style: circle;
  margin: 0.8rem 0 0.5rem;
}

#column_layout .column_layout_form .column_layout_list-atten-list li {
  line-height: 1.3;
  margin: 0 0 7px 1rem;

}

#column_layout .column_layout_form .column_layout_check {
  margin: 10px 0 20px;
  padding: 8px 20px;
  border: 1px solid #ddd;
  background: #fff;
}

#column_layout .column_layout_form .column_layout_preview-area {
  margin: 0.3rem 0 1.1rem;
}

#column_layout .column_layout_form .column_layout_hissu {
  color: #f56464;
  font-size: 17px;
  margin: 0 5px 0 0 ;
  line-height: 0;
}

#column_layout .column_layout_form .column_layout_form-lead {
  margin: 0 0 2rem;
}

#column_layout strong {
  color: #f56464;
}

#column_layout .column_layout_list {
  list-style: none;
  margin-bottom: 2rem;
}

#column_layout .column_layout_list li {
  margin: 2rem 0 1.5rem;
}

#column_layout .column_layout_list li dl dd {
  margin: 0 0 0.5rem 0;
}

#column_layout .column_layout_list-ttl {
  font-size: 16px;
  font-weight: bold;
}


#column_layout .column_layout_inner h2 {
  font-size: 23px;
  background: linear-gradient(240deg, #05a09e 0%, #004ec4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@media all and (-ms-high-contrast:none){
  #column_layout .column_layout_inner h2 {
    background: none;
  }
}

#column_layout .nav_subnit-btn input {
  background: #f56464;
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
  color: #fff;
  padding: 0.8rem 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

#column_layout .nav_subnit-btn_back input {
  display: block;
  width: 180px;
  background: #d4d4d4;
  text-align: center;
  padding: 0.8rem 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

#column_layout .nav_subnit-btn input:hover {
  opacity: 0.8;
}

#column_layout .nav_subnit-btn_back input:hover {
  opacity: 0.8;
}

#column_layout .column_layout_preview tr td{
  padding: 0 0.7rem;
  width: 190px;
}

#column_layout .column_layout_preview tr td .nav_subnit-btn input{
  width: 180px;
  margin: none;
}

#column_layout .column_layout-complete {
  width: 748px;
  margin: 3rem auto;
  font-size: 16px;
}

#column_layout .column_layout-complete h1 {
  font-weight: bold;
  margin: 1rem 0 2rem;
  text-align: center;
}

#column_layout .column_layout-complete p {
  text-align: center;
  margin: 0 auto 1rem;
}

#column_layout .column_layout-complete .column_layout_email {
  background: #eeeeee;
  color: #004783;
  font-weight: bold;
  width: 100%;
  padding: 1.5rem 0;
  margin: 3rem 0;
  text-align: center;
}

#column_layout .column_layout-complete .column_layout_link a {
  display: block;
  margin: 3rem auto 5rem;
  color: #004783;
  border: 1px solid #004783;
  text-align: center;
  padding: 1rem 3rem;
  width: 300px;
  text-decoration: none
}

#column_layout .column_layout-complete .column_layout_link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 599px) {
  #column_layout .column_layout_form .item_area .item_area_input input,field,select,textarea{
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 748px) {
  #column_layout .column_layout-complete {
    width: 90%;
    margin: 3rem auto;
  }
}