@charset "utf-8";

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration: line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}

/* ----- custom ----- */
main{display:block;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1,h2,h3,h4,h5,h6,small{font-weight:normal;}
ul,ol{list-style:none;}
strong{font-weight:bold;}
em,i{font-style:italic;}
address{font-style:normal;}
hr,legend{display:none;}
time{display:block;}
sub,sup{position:relative;font-size:80%;line-height:1;}
sup{top:-.3em;}
sub{bottom:-.1em;}
img{max-width:100%;height:auto;vertical-align:top;}

/* ------------------------------------------------------
 * Basic
------------------------------------------------------ */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #f5f5f5;
  color: #000;
  font: 1.8rem/1.55 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap : break-word;
}
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----- a ----- */
a {
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -webkit-tap-highlight-color: transparent;
}
a:link    {color:#39c;text-decoration:underline;}
a:visited {color:#39c;text-decoration:underline;}
a:hover   {color:#39c;text-decoration:none;}
a:active  {color:#39c;text-decoration:none;}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* ----- form ----- */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea,
button,
input[type="submit"] {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font: 1.8rem/1.55 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
}
textarea {
  resize: vertical;
}
button,
input[type="submit"] {
  cursor: pointer;
}
label {
  cursor: pointer;
}

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ----- Wrap ----- */
.Wrap {
  width: 1000px;
  margin: 0 auto;
}

/* ------------------------------------------------------
 * Page
------------------------------------------------------ */
.Page {
  position: relative;
}

/* ------------------------------------------------------
 * Header
------------------------------------------------------ */



/* ------------------------------------------------------
 * Main
------------------------------------------------------ */



/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.Footer {
  border-top: 2px solid #ccc;
}

/* ----- footer-copyright ----- */
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
}
.footer-copyright small {
  font-size: 1.4rem;
  text-align: center;
}

/* ----- Pagetop ----- */
.Pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.Pagetop a {
  display: block;
}

/* ------------------------------------------------------
 * Page Component
------------------------------------------------------ */


/* v7 */
.index-layout-v7 {
  position: relative;
  padding: 44px 0 73px;
  background-color: #d12433;
  color: #fff;
}
.index-layout-v7::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-style: solid;
  border-width: 40px 94px 0 94px;
  border-color: #d12433 transparent transparent transparent;
}
.index-layout-v7 .index_catch_1 {
  margin: 18px 0 0;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
.index-layout-v7 .index_catch_2 {
  margin: 10px 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

/* v8 */
.index-layout-v8 {
  padding: 98px 0 95px;
}
.index-layout-v8 .index_table {
  width: 720px;
  margin: 0 auto;
}
.index-layout-v8 .index_table > tbody > tr > * {
  vertical-align: top;
  text-align: left;
}
.index-layout-v8 .index_table > tbody > tr > th {
  padding: 16px 27px 12px 0;
  font-weight: 400;
}
.index-layout-v8 .index_table > tbody > tr > td {
  width: 99%;
  padding: 9px 0;
}
.index-layout-v8 .index_table > tbody > tr:first-child > th {
  padding-top: 5px;
}
.index-layout-v8 .index_table > tbody > tr:first-child > td {
  padding-top: 0;
}
.index-layout-v8 .index_table > tbody > tr:last-child > * {
  padding-bottom: 0;
}
.index-layout-v8 .index_table .table_item {
  padding: 4px 0 0 54px;
  font-size: 1.4rem;
  font-weight: bold;
}
.index-layout-v8 .index_table .table_item.type-optional {
  text-align: right;
}
.index-layout-v8 .index_table .table_item.type-required {
  position: relative;
}
.index-layout-v8 .index_table .table_item.type-required::before {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 25px;
  background-color: #d12433;
  border-radius: 2px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: center;
}
.index-layout-v8 .index_table .table_item.type-required::before {
  content: "必須";
}
.index-layout-v8 .index_textfield {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
}
.index-layout-v8 .index_textfield::-webkit-input-placeholder {
  color: #999;
}
.index-layout-v8 .index_textfield:-ms-input-placeholder {
  color: #999;
}
.index-layout-v8 .index_textfield::-ms-input-placeholder {
  color: #999;
}
.index-layout-v8 .index_textfield::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.index-layout-v8 .index_textfield::placeholder {
  color: #999;
}
.index-layout-v8 .index_radio {
  display: flex;
}
.index-layout-v8 .index_radio > li {
  display: flex;
  width: calc((100% - 9px * 2) / 2);
  margin: 9px 0 0 9px;
}
.index-layout-v8 .index_radio > li:nth-child(-n+3) {
  margin-top: 0;
}
.index-layout-v8 .index_radio > li:nth-child(3n+1) {
  margin-left: 0;
}
.index-layout-v8 .index_radio > li > label {
  display: flex;
  position: relative;
  width: 100%;
}
.index-layout-v8 .index_radio > li > label > input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.index-layout-v8 .index_radio > li > label > span {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 13px 12px 38px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  line-height: 1.1;
}
.index-layout-v8 .index_radio > li > label > span::before,
.index-layout-v8 .index_radio > li > label > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.index-layout-v8 .index_radio > li > label > span::before {
  left: 13px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #999;
}
.index-layout-v8 .index_radio > li > label > span::after {
  left: 16px;
  width: 10px;
  height: 10px;
  background-color: #d12433;
  transition: all .2s ease-out 0s;
  opacity: 0;
}
.index-layout-v8 .index_radio > li > label > input[type="radio"]:checked + span::after {
  opacity: 1;
}
.index-layout-v8 .index_zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
.index-layout-v8 .index_zip > * + * {
  margin-left: 9px;
}
.index-layout-v8 .index_zip .index_textfield {
  width: 182px;
}
.index-layout-v8 .index_textarea {
  width: 100%;
  height: 160px;
  padding: 13px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  resize: none;
}
.index-layout-v8 .index_submit {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}
.index-layout-v8 .index_submit > li > button img {
max-width: 380px;
width: 100%;
}
[data-browser="ie11"] .index-layout-v8 .index_submit > li > button,
[data-browser="edge"] .index-layout-v8 .index_submit > li > button {
  background: url("../img/form_bt01_on.png") no-repeat 0 0;
}
[data-browser="ie11"] .index-layout-v8 .index_submit > li > button:hover img {
  opacity: 0;
}
.index-layout-v8 .index_text {
  margin: 95px 0 0;
}
.index-layout-v8 .index_text > dt {
  color: #d12433;
}
.index-layout-v8 .index_text > dd {
  font-size: 1.6rem;
}

.index-layout-v8 .name input{
	width: 40%;

}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ------------------------------------------------------
 * PC Media Queries
------------------------------------------------------ */
@media screen and (max-width: 1080px) {
  body {
    width: 1080px;
  }
}

/* ------------------------------------------------------
 * Print
------------------------------------------------------ */
@media print {
  body {
    width: 1080px !important;
  }
  .Pagetop {
    display: none !important;
  }
}

/*********************************************

             Mailform Pro

*********************************************/

#send_support,#send,#mfp_button_send,#mfp_button_cancel {
    margin: 10px auto;
    cursor: pointer;
    border: none;
    background: #d12433 url(../img/arrow_w.png) no-repeat right 10px bottom 50%;
    background-size: 15px;
    display: block;
    min-width: 100px;
    padding: 10px 30px 10px 10px;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    text-align: center;
    text-shadow: none;
    border-radius: 0;
}
#mfp_button_send,#mfp_button_cancel {
    display: inline-block;
}
#mfp_button_cancel {
    margin-left: 10px;
    padding: 10px;
    background: #ccc;
}
#send_support:hover,#send:hover,#mfp_button_send:hover,#mfp_button_cancel:hover {
    opacity: 0.8;
}

.mfp_achroma{
    background-color: inherit!important;
}
/*
#mfp_phase_confirm_inner h4{
    color: #d12433!important;
    max-width: 800px!important;
    margin: 20px auto 20px!important;
    padding-left: 15px;
}
*/

table#mfp_confirm_table{
    max-width: 800px!important;
    margin: 0 auto;
}
table#mfp_confirm_table tr{
    border-bottom: 1px #cec3b3 dashed;
}
table#mfp_confirm_table tr:first-child{
    border-top: 1px #cec3b3 dashed;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td{
    padding: 15px 20px;
}
table#mfp_confirm_table tr th{
    max-width: 220px;
    text-align: left;
}

.form_ConfirmBox {
    margin: 30px auto;
    padding: 10px;
    border: 1px solid #f00;
    background: #fdf3ed;
    max-width: 800px!important;
}
.form_ConfirmBox h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    border-left: 0;
    padding-left: 0;
    border-bottom: dotted 2px #ccc;
    padding-bottom: 5px;
}
.form_ConfirmBox h4:before{
    content: "\025cf";
    padding-right: 5px;
    color: #d12433;
}
.form_ConfirmBox .note{
    font-weight: bold;
    color: #d12433;
}
.txt_list {
    list-style: none;
    padding:0;
    margin:0;
}
.txt_list li { 
    padding-left: 1em; 
    text-indent: -1.3em;
    margin-bottom: 10px;
}
.txt_list li:last-child {
    margin-bottom: 0;
}
.txt_list li:before {
    content: "・ ";
    color: #d12433;
}

/* - - - 完了画面 - - - */
#thx_txt {
    margin: 0 auto;
    padding: 40px 0 40px;
    text-align: center;
    background: #d12433;
}

#thx_txt h1 {
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}

#thx {
    width: 960px;
    margin: 0 auto;
    padding: 110px 0 60px;
    text-align: center;
    border-right: 1px solid #cec3b3;
    border-left: 1px solid #cec3b3;
    background: url(../img/under_arrow.png) no-repeat center top #fffbf5;
}

#thx p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 60px;
}

	/* ------------------------------------------------------
	 * Utility
	------------------------------------------------------ */
.u-fw-normal {
  font-weight: normal!important;
}


@media screen and (max-width: 800px) {
	/* ------------------------------------------------------
	 * Basic
	------------------------------------------------------ */
	body {
	  width: auto;
	  font: 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	body > img {
	  display: none !important;
	}
	
	/* ----- form ----- */
	input[type="text"],
	input[type="email"],
	select,
	textarea,
	button,
	input[type="submit"] {
	  font: 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
	/* ----- Wrap ----- */
	.Wrap {
	  width: auto;
	  padding: 0 15px;
	}
	
	/* v7 */
	.index-layout-v7 {
	  position: relative;
	  padding: 22px 0 25px;
	  background-color: #d12433;
	  color: #fff;
	}
	.index-layout-v7::before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 0;
	  height: 0;
	  margin: -1px 0 0;
	  border-style: solid;
	  border-width: 20px 65px 0 65px;
	  border-color: #d12433 transparent transparent transparent;
	}
	.index-layout-v7 .index_catch {
	  display: flex;
	  justify-content: center;
	}
	.index-layout-v7 .index_catch .catch_inner {
	  margin: 0 0 15px;
	  padding: 0 0 20px;
	  border-bottom: 2px solid #fff;
	}
	.index-layout-v7 .index_catch .catch_title {
	  text-align: center;
	}
	.index-layout-v7 .index_catch .catch_title img {
	  max-width: 341px;
	  width: 100%;
	}
	.index-layout-v7 .index_catch .catch_text {
	  margin: 5px 0 0;
	  font-weight: 700;
	  line-height: 1.4;
	  text-align: center;
	}
	.index-layout-v7 .index_text_1 {
	  font-size: 4.1rem;
	  font-weight: 700;
	  text-align: center;
	}
	.index-layout-v7 .index_text_2 {
	  font-size: 1.9rem;
	  font-weight: 700;
	  text-align: center;
	}
	
	.index-layout-v7 .index_catch_1 {
	  margin: 0;
	  font-size: 4.1rem;
	  font-weight: 700;
	  text-align: center;
	  line-height: normal;
	}
	.index-layout-v7 .index_catch_2 {
	  margin: 0;
	  font-size: 1.9rem;
	  font-weight: 700;
	  text-align: center;
	  line-height: normal;
	}
	
	/* v8 */
	.index-layout-v8 {
	  padding: 35px 0 85px;
	}
	.index-layout-v8 .index_table {
	  width: 100%;
	}
/*	.index-layout-v8 .index_table > :first-child {
	margin-top: 0!important;
	}*/
	
	.index-layout-v8 .index_table > tbody > tr:first-child > th {
	padding-top: 0;
	margin-top: 0;
	}
	.index-layout-v8 .index_table th,
	.index-layout-v8 .index_table td {
	  display: block;
	  width: 100%;
	}
	.index-layout-v8 .index_table > tbody > tr > th {
	margin: 15px 0 0;
	padding: 0;
	}
	.index-layout-v8 .index_table > tbody > tr > td {
	width: 100%;
	padding: 0;
	margin: 10px 0 0;
	}
	.index-layout-v8 .index_table .table_item {
	position: relative;
	padding: 0 0 0 42px;
	line-height: 1.1;
	}
	.index-layout-v8 .index_table .table_item.type-required::before {
	width: 35px;
	height: 20px;
	font-size: 1.1rem;
	font-weight: 700;
	}
	.index-layout-v8 .index_textfield {
	height: 37px;
	padding: 0 10px;
	}
	.index-layout-v8 .index_radio > li > label > span {
	padding: 10px 0 10px 25px;
	}
	
	.index-layout-v8 .index_radio > li > label > span::before {
	left: 10px;
	width: 12px;
	height: 12px;
	}

	.index-layout-v8 .index_radio > li > label > span::after {
	left: 13px;
	width: 6px;
	height: 6px;
	}

	.index-layout-v8 .index_submit {
    margin: 35px 0 0;
	}
	[data-browser="ie11"] .index-layout-v8 .index_submit > li > button,
	[data-browser="edge"] .index-layout-v8 .index_submit > li > button {
	  background: url("../img/form_bt01_sp_on.png") no-repeat 0 0;
	  background-size: cover;
	}
	[data-browser="ie11"] .index-layout-v8 .index_submit > li > button:hover img {
	  opacity: 0;
	}



	.index-layout-v8 .index_submit > li > button img {
	max-width: 285px;
	width: 100%;
	}
	
	.index-layout-v8 .index_text {
    margin: 35px 0 0;
	}
	
	.index-layout-v8 .index_text > dt {
	font-size: 1.6rem;
	font-weight: 700;
	}
	
	.index-layout-v8 .index_text > dd {
	margin: 5px 0 0;
	font-size: inherit;
	}
	
	
	
	.footer-copyright {
	height: 35px;
	}
	
	.footer-copyright small {
	font-size: 0.9rem;
	font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
	}
	
	
	
	.Pagetop {
    right: 15px;
    bottom: 15px;
    width: 65px;
	}
	
	
/* ------------------------------------------------------
 * 20201012_t
------------------------------------------------------ */

.index_radio2 {
   padding: 10px;
   background-color: #fff;
   border: 1px solid #999;
   font-size: 14px; 
}

.selected {
   padding: 5px;
   font-size: 13px;
   color: #333;
}
	
.selected-sp {
   padding: 5px;
   font-size: 9px;
   color: #333;
}

.under {
   text-decoration: underline;
   font-weight: bold;
}

	
	/*********************************************
	
	             Mailform Pro
	
	*********************************************/
	
	input[type=text],
	input[type=email],
	input[type=tel],
	textarea {
	font-size: 16px;
	/*transform: scale(0.875);*/
	}
	
	/* - - - 完了画面 - - - */
	#thx_txt {
	    margin: 0 auto;
	    padding: 20px 0;
	    text-align: center;
	    background: #d12433;
	}
	
	#thx_txt h1 {
	    font-size: 24px;
	    font-weight: 700;
	    line-height: 1.1;
	    color: #fff;
	}
	
	#thx {
	    width: 100%;
	    margin: 0 auto;
	    padding: 50px 0;
	    text-align: center;
	    border-right: 1px solid #cec3b3;
	    border-left: 1px solid #cec3b3;
	    background: url(../img/under_arrow.png) no-repeat center top #fffbf5;
	}
	
	#thx p {
	    font-size: 16px;
	    line-height: 2;
	    margin: 15px 0 15px;
	}
}