@charset "utf-8";
/* CSS Document */

.d-summary {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #043786;
  text-align: center;	background-color:#FFED0D;
}


.mailform {
  max-width:800px;
  width:100%;
  margin:0 auto;
}
.mailform dl {
  border-bottom: 1px solid #ddd;
  display:flex;
  width:100%;
  box-sizing: border-box;
  font-size:1.0em;
}
.mailform dt {
  width: 28%;
  padding: 15px 10px;
  box-sizing: border-box;
  line-height: 22px;
  background: #FAFAFA;/*EDFBFF*FAFAFA*/
	border-right: 1px solid #ddd;
}
.mailform dd {
  width: 72%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 10px 10px;
}

.mailform dd input[type="text"],
.mailform dd input[type="tel"],
.mailform dd input[type="number"],
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mailform dd select {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;/*FEFFDF*EDFBFF/fff;*/
  border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mailform dd input[type="email"]{
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 14px;
  background: #FFF3DF;/*FFEEC4fff;*/
  border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.mailform dd.dd_name_sei,
.mailform dd.dd_name_mei {
	display:flex;
  width: 36%;
  vertical-align: middle;
  padding: 10px 10px 10px;
  box-sizing: border-box;
}
.mailform dd.dd_name_sei span,
.mailform dd.dd_name_mei span {
	width:3.3em;
	text-align:center;
	padding-right:.3em;
}


/*****************************************************/
/* SP
/*****************************************************/
@media only screen and (max-width:767px){
.mailform dt {
  background: none;
	border-right: none;
	
	margin:0;
	padding:0;
}
.mailform dd.dd_name_sei,
.mailform dd.dd_name_mei {
	display:flex;
  width: 100%;
  vertical-align: middle;
  padding: 10px 10px 10px;
  box-sizing: border-box;
}
.mailform dd.dd_name_sei span,
.mailform dd.dd_name_mei span {
	width:2.4em;
	text-align:center;
	padding-right:.4em;
	margin:0;
}
	
}
/***/

label{
font-size:14px;
}

.mailform p {
  font-size:1em;
}


/*確認ページボックス
------------------------------------------------------- PC*/

.kakunin_box .container{
	width: 100%;
	max-width: 800px;
	padding: 20px;
	margin: 20px auto 40px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 2px;
	border-collapse: collapse;
}

.kakunin_box .container_bdnone{
margin: .5em 0 0;
padding: 0;
}

.kakunin_box dt{
border: solid 1px #E7E7E7;
box-sizing: border-box;
}
.kakunin_box dd{
line-height: 44px;
}

@media only screen and (max-width:767px){
.kakunin_box dt{
border: none;
}
}
/****/

.kakunin_box dl{
border: none;
box-sizing: border-box;
}

/*****************************************************PC*/
.mailform select span.sentaku {
 appearance: none;
color:#FF0000;
}
/*.mailform dd select {
  max-width:100%;
  width:60%;
  color:#808080;
  font-size:12px;
}*/
/*
.mailform dd textarea {
  width: calc(100%-12px);
  height: 70px;
  box-sizing: border-box;
  resize: vertical;
}*/
/***********************************************************************PC*/
.mailform dd input[type="text"]:focus {
 background-color:#FFE9E9;/*FFE9E9*/
 outline: 0;
 border-color: pink;
}
.mailform dd input[type="text"]:blur {
 background-color:#FFE9E9;
 outline: 0;
 border-color: pink;
}

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

.mailform dd span {
  line-height:1.6;
  display: inline-block;
  padding-top: 5px;
}
.mailform dd input[type="text"].inp_zip {
 /*width:47%;*/
}
.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]{
  box-shadow: none;
  border: 1px solid #ddd;
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

/* kakunin */
.mailform dl dd.kakunin_dd {
  background-color:#FFEDED;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #FFDDDE;
  min-height:2.2em;
}

/*------------------------------------------------------------------------------*/
/* btn
---------------------------------------------------------------*/
div.btn_area {
  width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
div.btn_area label {
  width:65%;
}
div.btn_area label:first-child {
    width: 35%;
}

/* btn確認 */
.confirmation_btn {
  font-family: inherit;
    padding: 15px 0px;
    font-size: 20px;
    border-radius: 4px;
    border: none;
    background: #FF0000/*#22A9FF*/;
    color: #fff;
    cursor: pointer;
    margin: 1em auto 2em;
    display: block;
    width: 40%;
    opacity: .7;
}
.confirmation_btn:hover {
  opacity: 1.0/*.8*/;
}

/* btn戻る */
.history_back_btn {
    font-family: inherit;
    padding: 14px 0px;
    font-size: 20px;
    background: #ddd;
    border-radius: 4px;
    border: 1px solid #22A9FF;
    color: #191919;
    cursor: pointer;
    margin: 1em auto 0 .2em;
    display: block;
    width: 95%;
    opacity: .8;
    letter-spacing: 1px;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/* error page btn Only */
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn_send */
.send_btn {
    font-family: inherit;
    padding: 14px 0px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    margin: 1em .2em 0 auto;
    display: block;
    opacity: .7;
    width: 95%;
    letter-spacing: 1px;
}
.send_btn:hover {
  opacity: 1.0;
}


/*a {
  text-decoration: none;
}*/

/* btn_send2 link 未使用 */
.send_btn_link {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 15px;
  background: #FF0000;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #FFFFFF;
  cursor: pointer;
  margin: 2em auto 0;
  display: block;
  width:40%;
  opacity: .8;
	font-weight:bold;
	text-decoration: none;
}

.send_btn_link:hover {
  opacity: 1.0;
	text-decoration: none;
}

/* btn PC thanks
-------------------------------------- PC*/
	div.btn_area {
		clear: both;
		margin: 1.5em auto 0;
	}
	div.btn_area a.btn_01 {
		display: block;
		text-decoration: none;
		height: 40px;
		width: 80%;
		line-height: 41px;
		text-align: center;
		color: #fff;
		background-color: #FF0000;
		border-radius: 8px;
		transition: 0.3s;
		margin: 0 auto;
		font-size: 15px;
		font-weight:bold;
		cursor:hand;
		border:2px solid #FF0000;
	}
	div.btn_area a.btn_01:hover{
		background: #fff;
		color: #FF0000;
		cursor:hand;
	}

/* btn_gotoHome */
.gotohome_btn {
  font-family: inherit;
  padding: 14px 0px;
  font-size: 20px;
  background: #E9E9E9;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:40%;
  opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}
/*******************************/

/* 下の注釈　*/
.mailform p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}

.form_required {
width: auto;
    background-color: #ff0000;
    font-size: 10px;
    color: #FFF;
    border-radius: 2px;
    text-align: center;
    margin: 0px 3px 0 0 !important;
    padding: 1px 5px;
    letter-spacing: 4%;
    vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:34px;
  background-color:#4F6DFF;
  /*height:12px;*/
  font-size:10px;
/*  line-height:12px;*/
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin-right:0.3em;
  padding:1px 5px;
  letter-spacing: 2%;
}
/* 任意 */
span.form_any2 {
  width:34px;
  background-color:#4F6DFF;
  /*height:12px;*/
  font-size:10px;
/*  line-height:12px;*/
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin-right:0.3em;
  padding:1px 5px;
  letter-spacing: 2%;
}
/* error page Only
---------------------------------*/
.maiform_in {
  width:98%;
  text-align:center;
  margin:1em auto;
}

/*add20200107*/
.maiform_in {
  width:98%;
  text-align:center;
  margin:0 auto 15px;
}

/*--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/
/* SMP
--------------------------------------------------------------------------------- SP*/
@media only screen and (max-width:767px){
.mailform {
  width:100%;
  margin:0 auto;
}
.mailform dl {
  padding: 6px 0px 7px;
  width: 100%;
  margin:0;
  /*border-bottom: 1px solid #E3E3E3;*/
  border:none;
  display: flex;
  flex-direction: column;
  box-sizing:border-box;
}
.mailform dt {
  width: 100%;
  vertical-align: middle;
  box-sizing:border-box;
  padding:0 0 .4em;
}
.mailform dd {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  box-sizing:border-box;
}

.mailform dd input[type="text"],
.mailform dd input[type="tel"],
	.mailform dd input[type="number"],
.mailform dd textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 8px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  /*border-radius: 2px;*/
  border: 1px solid #ddd;
  height: 35px;
}

.mailform dd select {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 8px;
  font-size: 16px;
  background: #FFF3DF;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 35px;
}
.mailform dd input[type="email"] {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 8px;
  font-size: 16px;
  background: #FFF3DF;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 35px;
}	
label{
font-size:14px;
}

	
	
	

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"] {
  box-shadow: none;
  border: 1px solid #D8D8D8;/*ddd;*/
}
.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}
/*.mailform dd select {
  width: 100%;
  max-width: 100%;
  }*/

/*.mailform dd select {
  width:100%;
  color:#808080;
  font-size:12px;
}*/
  
.mailform dd textarea {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 16px;
}
/* kakunin
---------------------------------------------------------------- SP*/
.mailform dd.kakunin_dd {
  background-color:#FFDDDE;
  width: 96%;
  max-width: 100%;
  font-family: inherit;
  padding: 4px 6px;
  font-size: 12px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ddd;
  min-height:2.1em;
}
/*textarea#textarea_bikouran {
  height:40px !important;
  max-height:80px;
  }*/
/*textarea#textarea_bikouran {
  height:40px;
  max-height:80px;
  }*/


/* btn SMP
----------------------------------------- SP*/
div.btn_area {
  width:98%;
  margin:0 auto;
  display:flex;
}
div.btn_area label {
  width:50%;
}
  
/* btn確認
----------------------------------------- SP*/
.confirmation_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  border-radius: 4px;
  border: none;
  background: #22A9FF;
  color: #fff;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:70%;
}
.confirmation_btn:hover {
  opacity: .8;
}

/* btn戻る
-------------------------------------- SP*/
.history_back_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  background: none;
  border-radius: 4px;
  border: 1px solid #22A9FF;
  color: #359EE1;
  cursor: pointer;
  margin: 1em auto 0 .2em;
  display: block;
  width:95%;
  opacity: .8;
}
.history_back_btn:hover {
  opacity: 1.0;
}

/* error page btn Only
----------------------------------------- SP*/
.history_back_btn_add {
  width:60%;
  margin:2em auto;
}

/* btn送信
------------------------------------------ SP*/
.send_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  /*background: none;*/
  border-radius: 4px;
  border: 1px solid #FF0000;
  background: #FF0000;
  color: #fff;
  cursor: pointer;
  margin: 1em .2em 0 auto;
  display: block;
  opacity: .7;
  width:95%;
}
.send_btn:hover {
  opacity: 1.0;
}

/* btnHome
----------------------------------------- SP*/
.gotohome_btn {
  font-family: inherit;
  padding: 10px 0px;
  font-size: 1em;
  background: #E9E9E9;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #000;
  cursor: pointer;
  margin: 1em auto 0;
  display: block;
  width:60%;
  opacity: .7;
}
.history_back_btn:hover {
  opacity: 1.0;
}
  
/* 下の注釈
--------------------------------------------- SP*/
.mailform p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  padding-top: 1em;
}
/* 必須 */
.mailform dl dt span.form_required{
  width:auto;
  background-color:#ff0000;/*#FF3F6F;*/
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* 任意 */
.mailform dl dt span.form_any {
  width:auto;
  background-color:#3F60FF;
  font-size:10px;
  color:#FFF;
  border-radius: 2px;
  text-align:center;
  margin:0px 3px 0 0 !important;
  padding:1px 5px;
  letter-spacing: 4%;
  vertical-align: 1px;
}
/* //SP */
}
/********************************************************************************* SP*/
/********************************************************************************* SP*/


/*入力項目関連
-----------------*/
input[type="radio"],
input[type="checkbox"]{
margin: 3px 8px 5px 3px;
transform:scale(1.4);
}

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #D8D8D8;/****/
    outline: 0;
    margin: 0;
}

input[type="submit"],
input[type="button"]{
margin: 0 auto!important;
border-radius: 4px;
}

.check_text{
font-size: 14px;
padding-right: 3em;
}

/* SP
-------------------------------------------- SP*/
@media only screen and (max-width: 767px){
.check_text{
font-size: 14px!important;
padding-right: 2em;
	
}
}

/* add20200107
-------------------------------------------- PC*/
input[type="select"],
input[type="tel"],
input[type="text"]{
  background:#FFF3DF !important;
  border:1px solid #ccc !important;
}


/*プルダウン　▼ボタン
---------------------------*/
.sankaku::before {
    position: absolute;
    top: 22px;
    right: 44px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

/* SP
-------------------------------------------- SP*/
@media only screen and (max-width: 767px){
.sankaku::before {
    position: absolute;
    top: 14px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}
}
/***********/
.sankaku{
position: relative;
}

/*ステップ 
-----------------------*/
/*.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0.5em 1em 2em;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 14px;
}
.step li:nth-child(1){
padding-right:14px;
}
.step li:nth-child(2){
padding-right:28px;
}
.step li:nth-child(3){
padding-right:28px;
}

.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #FFDCC1;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.step_on{
  font-weight: bold;
    background: #eb5505;
}
.step li.step_on:after{
  border-color: transparent transparent transparent #eb5505;
}*/

/*@media only screen and (max-width: 767px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 12px;
  line-height: 28px;
}
.step li:nth-child(1){
padding-left: 2px;
padding-right: 0;
}
.step li:nth-child(2){
padding-left: 15px;
padding-right: 0;

}
.step li:nth-child(3){
padding-left: 7px;
padding-right: 0;
}
}*/

/*iPone5相当
------------------------------------------------------------ SP*/
@media only screen and (max-width: 320px){
.step li{
  display:table-cell;
  position:relative;
  padding: 1em 0 1em 0;
  width: 33%;
  text-align: center;
  color: #FFF;
  background: #FFDCC1;
  font-size: 10px;
  line-height: 28px;
}
}
/********SP*/

/*見出し
--------------------------------------------------*/
.container_read h2{
margin: 10px 0;
font-size: 18px;
border-left: 5px solid #eb5505;
padding-left: 10px;
}



/* option　1
-------------------------------------------------------------------------------*/
/*	input[type="select"],
input[type="select option"]
{
text-align:center;
}*/
input[type="tel"]{
width:50% !important;
}
.button-radio input[type="radio"] {
display:none;
}

.button-radio {
display:flex;
flex-wrap:wrap;
}
.button-radio .tanmatsu_wrap {
width:49%;
margin:0 2px;
padding:0;
text-align:center;
box-sizing:border-box;
}
.button-radio .tanmatsu_wrap p {
text-align:center;
width:88%;
display:block;
padding:5px;
margin:-6px auto 0;
font-size:11px;
}

.button-radio label {
display:inline-block;
color:#000;
background-color:#fff;
padding:5px 0;
margin:10px 3px;
width:96%;
height:auto;
text-align:center;
border:3px solid #aaa;
border-radius: 3px;
box-sizing:border-box;
font-size:11px;
}
.button-radio label span{
font-weight:bold;
}
dl dd.plan_dd{
text-align:center;
}
dl dd.plan_dd p{
text-align:left;
}
.button-radio input[type="radio"]:checked + label {
background-color:#fff;
border:3px solid #FF0000;
border-radius: 3px
}
/* END **/


/******************************************************************************/
/* option　2
----------------------------------------------------------------------------pc2*/
/*	input[type="select"],
input[type="select option"]
{
text-align:center;
}*/
input[type="tel"]{
width:50% !important;
}
.button-radio2 input[type="radio"] {
display:none;
}

.button-radio2 {
display:flex;
flex-wrap:wrap;
/*align-items: stretch;*/
}
.button-radio2 .tanmatsu_wrap2 {
width:49%;
margin:0 2px;
padding:0;
text-align:center;
box-sizing:border-box;
/*height:420px;*/
}
.button-radio2 .tanmatsu_wrap2 p {
text-align:center;
width:88%;
display:block;
padding:5px;
margin:-6px auto 0;
font-size:11px;
}

.button-radio2 .tanmatsu_wrap2 label {
display:inline-block;
color:#000;
background-color:#fff;
padding:5px 0;
margin:10px 3px;
width:96%;
height:auto;
text-align:center;
border:3px solid #aaa;
border-radius: 3px;
box-sizing:border-box;
font-size:11px;
height:420px;
}
.button-radio2 label span{
font-weight:bold;
}

/*****U3*****************************/
.button-radio2 .tanmatsu_wrap3 {
width:100%;
margin:-3px 3px 0 0;
padding:0;
text-align:center;
box-sizing:border-box;
display:block;

}
.button-radio2 .tanmatsu_wrap3 label {
display:inline-block;
color:#000;
background-color:#fff;
padding:5px 0;
margin:10px auto;
width:97.4%;
height:auto;
text-align:center;
border:3px solid #aaa;
border-radius: 3px;
box-sizing:border-box;
font-size:11px;
}
.button-radio2 .tanmatsu_wrap3 label img {
text-align:center;
margin:0 15%;
width:70%;
}
.button-radio2 .tanmatsu_wrap3 p {
text-align:center;
width:88%;
display:block;
padding:5px;
margin:-6px auto 0;
font-size:11px;
}
/*********************/
dl dd.plan_dd2{
text-align:center;
}
dl dd.plan_dd2 p{
text-align:left;
}
.button-radio2 input[type="radio"]:checked + label {
background-color:#fff;
border:3px solid #FF0000;
border-radius: 3px
}

/* END **/





/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/********************************************************/
/* plan_area_wrap PC 202005
------------------------------------------*/
.plan_area_wrap input[type="radio"] {
  /*display:none;*/
  position:absolute;
  top:1.5em;
  left:1em;
}
.plan_area_wrap {
display:flex;
justify-content: space-between;
align-items: center;
border-top:1px dotted #ccc;
padding-bottom:.5em;
padding-top:.5em;
margin-bottom:.4em;
}
.plan_area_wrap:last-child {
border-bottom:1px dotted #ccc;
margin-bottom:1em;
}
.plan_box1{
flex:1 1 46%;
position: relative;
}
.plan_box2{
flex:1 1 54%;
padding:1em 0 0 1em;
}
.plan_box1 label {
  display:inline-block;
  color:#000;
  background-color:#fff;
  padding:5px 0;
  margin:10px 3px;
  width:96%;
height:160px;
  text-align:center;
  border:3px solid #aaa;
	border-radius: 3px;
	box-sizing:border-box;
	font-size:11px;
}
.plan_box1 label img:nth-child(1) {
width:120px;
height:auto;
}
.plan_box1 label img:nth-child(2) {
width:120px;
height:auto;
}
.plan_box1 label img:nth-child(3) {
width:120px;
height:auto;
}
.plan_box1 label img.tanmatsu03{
margin-top:3.5em;
}
.plan_box1 input[type="radio"]:checked + label {
  background-color:#fff;
  border:3px solid #FF0000;
	border-radius: 3px
}
/* zaiko name span
-------------------------------------*/
.plan_area_wrap p {
font-size:12px;
line-height:1.5;
padding: 0;
margin: 0;
}
.plan_area_wrap p.zaiko {
text-align: left;
font-weight: bold;
color:red;
font-size: 14px;
/*border:2px solid red;*/
border-radius: 2px;
padding:0;
margin-bottom: 3px;
/*background-color: red;*/
}
p.tanmatsu_name {
font-size:18px;
font-weight:bold;
/*border-bottom:2px solid rgb(4,55,134);
width:50%;*/
}
.plan_box2 p span {
font-family: "Roboto" !important;
font-size:18px !important;
font-weight:700 !important;
color:#FF0000;
}
.plan_box2 p span:htn-child(2) {
font-weight:normal;
}
/*.f_red {
  color:#FF0000;
}*/
.font_robot {
    font-family: 'Roboto', sans-serif;
    font-size:24px;
    font-style:normal;
    font-weight:900;
} 

/**************/
/***/
/*.radio_bt21{
  display: none;
}
.radio_bt21 + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio_bt21 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: .5em;
  margin:auto;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing:border-box;
}
.radio_bt21:checked + label{
}
.radio_bt21:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 9px;
  margin:auto;
  width: 8px;
  height: 8px;
  background: #29ABE2;
  border-radius: 50%;
  box-sizing:border-box;
}*/




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

/* add 20200109　 料金プラン
------------------------------------------------SMP */
@media only screen and (max-width: 767px){
	.container_read {
		margin-top:0 !important;
	}
	.mt_add {
		margin-top:0 !important;
	}
	
div.container_read h2.need_h2 {
  font-size: 1.3em;
  line-height: 2.4;
  margin: 20px 0 0;
  padding-bottom:0;
  color: #FFF;
  letter-spacing: 1%;
	background-color:#29ABE2 !important;
	text-align:center;
	width:100%;
	display:block;
	border:none;
	box-sizing: border-box;
}
	
/*div.container_read h2.need_h2 {
  font-size: 1.4em;
  line-height: 3;
  margin-bottom: .6em;
  color: #FFF;
  letter-spacing: 1%;
  margin-top: 20px;
	background-color:#29ABE2 !important;
	text-align:center;
	width:100%;
	display:block;
	border:none;
}*/

	section#sec_step_wrap {
		/*border:1px solid #ccc;*/
		widht:100%;
		background:#D3F5FF;/*CAF4FF*FBFFC9*/
		margin:0;
		padding:0;
	}

div.container_read h2.need_h2_step {
  font-size: 1.4em;
  line-height: 1;
  margin-bottom: .6em;
  color: #FFFF00;
  letter-spacing: 1%;
  margin-top: 14px;
	background-color:#29ABE2 !important;
	text-align:center;
	width:100%;
	display:block;
	border:none;
	padding:.7em 0 .4em;
	border-radius:99px;
/*	vertical-align:-10%;*/
}
	div.container_read h2.need_h2_step span {
		font-family: 'Roboto', sans-serif;
    font-size:1.5em;
    font-style:normal;
    font-weight:900;
		vertical-align:-5%;
	  letter-spacing: 2%;
		margin:0 .1em;
} 

/* option
------------------------------*/
/*	input[type="select"],
	input[type="select option"]
	{
		text-align:center;
	}*/
	input[type="tel"]{
		width:50% !important;
	}
  .button-radio input[type="radio"] {
  display:none;
}

.button-radio {
		display:flex;
		flex-wrap:wrap;
	}
	.button-radio .tanmatsu_wrap {
	  width:48%;
	  margin:0 2px;
		padding:0;
		text-align:center;
		box-sizing:border-box;
	}
	.button-radio .tanmatsu_wrap p {
		text-align:center;
		width:88%;
		display:block;
    padding:5px;
    margin:-6px auto 0;
    font-size:11px;
	}
	
.button-radio label {
  display:inline-block;
  color:#000;
  background-color:#fff;
  padding:5px 0;
  margin:10px 3px;
  width:96%;
  height:auto;
  text-align:center;
  border:3px solid #aaa;
	border-radius: 3px;
	box-sizing:border-box;
	font-size:11px;
}
.button-radio label span{
	font-weight:bold;
	}
dl dd.plan_dd{
	text-align:center;
	}
dl dd.plan_dd p{
	text-align:left;
	}
.button-radio input[type="radio"]:checked + label {
  background-color:#fff;
  border:3px solid #FF0000;
	border-radius: 3px
}
/* //sp END **/
}

.font_robot {
    font-family: 'Roboto', sans-serif;
    font-size:24px;
    font-style:normal;
    font-weight:900;
} 


/************************************************************************************/
/************************************************************************************/
/* PC
---------------------------------------------------- PC */
@media only screen and (min-width:768px) {
.container_thanks2 div.thanks_text img.icon_mail_maru{
width:100px;
}
h3.next_step {
	font-size:2.2em !important;
	font-weight:bold;
	}
h3.next_step span,
div.thanks_text p span {
color:#ff0000;
	}
div.thanks_text p {
	margin-top:1em;
	font-size:16px;
	line-height:1.7;
	font-weight:bold;
	}
  
 
/* step wrap
--------------------------------------- PC */
  div.step_wrap {
    display:flex;
		justify-content: center;
		margin-bottom:1.5em;
  }
  div.step_box{
    border:2px solid #29ABE2;
    border-radius:8px;
    padding:1em;
    margin:1em;
    box-sizing:border-box;
    flex:0 0 360px;
    /*flex-basis:50%;*/
    background-color:#fff;
		  text-align:center;
		position: relative;
  }
	div.step_box:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 101.5%;
  margin-top: -25px;
  border: 30px solid transparent;
  border-left: 18px solid #FF8741;
}
	
	div.step_box_in {
		width:316px;
    margin:0 auto;
	}

  div.step_box .step_box_in h3 {
    font-size: 1.8em;
    line-height:1.3;
    text-align:center;
		margin:.4em auto .2em;
  }
  div.step_box .step_box_in img {
    width:100%;
		margin:.5em auto;
  }
  div.step_box .step_box_in p {
		margin:0 .2em 0 .3em;
   font-size:16px;
    line-height:1.5;
    text-align:left;
  } 
  
	
	
  
/*Need Important202001
---------------------------------------------------- PC */
section.need_wrap {
  margin: 3.5em auto 0 !important;
  padding: 0;
  text-align:center;
}
section.need_wrap h2 {
  width: 800px;
  line-height: 3;
  font-size: 20px;
  background-color:#29ABE2;/*3B9BFF;*/
  margin: 0 auto;
  color:#FFFDFD;
}
.need_wrap p {
    font-size:14px;
  }
.flex_wrap_need {
  display: flex;
  flex-wrap: nowrap;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
section .flex_wrap_need .need_icon {
  width: 180px;
  padding: 0 1.4em 0 0;
}
section .flex_wrap_need .need_icon img {
  width: 180px;
  padding:1.4em 1em;
}
section .flex_wrap_need .need_contents_01 {
  width: auto;
  padding: 1em 1em 0;
}
section .flex_wrap_need .need_contents_02 {
  width: auto;
  padding: 1em;
  text-align:left;
}
.need_contents_01 h3,
.need_contents_02 h3 {
  text-align:left;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff00 40%);
  margin: 0 0 .8em;
}
  .flex_wrap_need .need_contents_02 h4 {
    font-size:14px;
    margin-top:.4em;
    padding:0 1px 0 1em;
    text-indent:-1em;
  }
.flex_wrap_need .need_contents_02 h4 span,
.flex_wrap_need .need_contents_03 h4 span {
color:#3B9BFF;
 font-size:14px;
  padding:0 1px;
  }
.card_wrap {
  display: flex;
  flex-wrap: nowrap;
}
p.taiou {
  width: 11em;
  font-weight:900;
}
p.taiou span.c_red {
  color:#3B9BFF;
  }
  
.need_contents_02 ul li {
  font-size:14px;
  width: 46%;
  display: inline-block;
  margin-left: 1em;
  text-align:left;
}
.need_contents_02 p.p_w100 {
  width: 96%;
  display: block;
  text-indent:1em;
}
section .need_contents_03 {
  width: 800px;
  margin: 0 auto;
  background-color: #CAF4FF;
  border-radius: 8px;
  padding: .5em .8em 0;
  display: flex;
  box-sizing: border-box;
  text-align:left;
}
section .need_contents_03 .need_up_image {
  width: 180px;
  padding: 1em;
}
section .need_contents_03 .need_up_image img {
  width: 100%;
}
section .need_contents_03 .need_text_up {
  width: calc(100% - 180px);
  font-size: 22px;
  line-height: 1.6;
  padding-left: 1em;
  padding-top: 1em;
}
section .need_contents_03 .need_text_up p {
  font-size:20px;
  font-weight:900;
  color:#191919;
}
  
  
/* //PC END */
}
/*********PC END **************************/

@media only screen and (max-width:767px) {
	.container_thanks2 {
	text-align: center;margin:0 auto 2em;padding-bottom:2em;
}
.container_thanks2 div.thanks_text img.icon_mail_maru{
width:60px;
	margin:0 auto;
	text-align: center;
}
h3.next_step {
	font-size:1.3em !important;
	font-weight:bold;
	text-align: center;
}
h3.next_step span,
div.thanks_text p span {
color:#ff0000;
	}
div.thanks_text p {
	margin-top:1em;
	font-size:12px;
	line-height:2;
	font-weight:bold;
	text-align: center;
}
	
	
	

/*Need Important202001
---------------------------------------------------- SP */
section.need_wrap {
  margin: 3.5em auto 0 !important;
  padding: 0;
  text-align:center;
}
section.need_wrap h2 {
  width: 100%;
  line-height: 3;
  font-size: 20px;
  background-color:#29ABE2;/*3B9BFF;*/
  margin: 0 auto;
  color:#FFFDFD;
}
.need_wrap p {
    font-size:1.2em
  }
.flex_wrap_need {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
section .flex_wrap_need .need_icon {
  width: 50px;
  padding: 0 1.4em 0 0;display:none;
}
section .flex_wrap_need .need_icon img {
  width: 50px;
  padding:1.4em 1em;
}
section .flex_wrap_need .need_contents_01 {
  width: auto;
  padding: 1em .5em 0;
}
section .flex_wrap_need .need_contents_02 {
  width: auto;
  padding: 1em .5em 0;
  text-align:left;
}
.need_contents_01 h3,
.need_contents_02 h3 {
  text-align:left;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff00 40%);
  margin: 0 0 .8em;
	padding-left:.5em;
}
  .flex_wrap_need .need_contents_02 h4 {
    font-size:13px;
    margin-top:.4em;
    padding:0 1px 0 1em;
    text-indent:-1em;
  }
.flex_wrap_need .need_contents_02 h4 span,
.flex_wrap_need .need_contents_03 h4 span {
color:#3B9BFF;
 font-size:13px;
  padding:0 1px 0;
  }
.card_wrap {
  display: flex;
  flex-wrap: wrap;
}
p.taiou{
  width: 11em;
  font-weight:900;
	font-size:13px;
	text-align:left;
	padding-left:0;
}
p.taiou span.c_red {
  color:#3B9BFF;
	font-size:13px;
}
  
.need_contents_02 ul li {
  font-size:13px;
  width: 100%;
  display: inline-block;
  margin:0;
  text-align:left;
	padding:0 0 0 1em;
}
	
/*.need_contents_02 ul li:nth-child(even) {
  font-size:11px;
  width: 38%;
  display: inline-block;
  margin:0;
  text-align:left;
	padding:0;
}*/
	
.need_contents_02 p.p_w100 {
  width: calc(100% - 2.5em);
  display: block;
  text-indent:-1em;
	font-size:13px;
	padding-left:2em;
  box-sizing: border-box;
}
section .need_contents_03 {
  width: 100%;
  margin: 1em auto 0;
  background-color: #CAF4FF;
  border-radius: 8px;
  padding: .5em .8em 0;
  display: flex;
  box-sizing: border-box;
  text-align:left;
}
section .need_contents_03 .need_up_image {
  width: 130px;
  padding: 5px 0 5px 0;
}
section .need_contents_03 .need_up_image img {
  width: 100%;
}
section .need_contents_03 .need_text_up {
  width: calc(100% - 130px);
  font-size: 17px;
  line-height: 1.7;
  padding-left: .4em;
  padding-top: .3em;
	font-weight: bold;
}
section .need_contents_03 .need_text_up p {
  font-size:12px;
  font-weight:900;
  color:#191919;
}
  

	
/* //SP END */
}




/*css radio01
--------------------------------------- PC SMP */
.radio_bt01{
  display: none;
}
.radio_bt01 + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio_bt01 + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom:0;
  right:auto;
  margin:auto;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  box-sizing:border-box;
}
.radio_bt01:checked + label{
  /*color: #29ABE2;*/
}
.radio_bt01:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom:0;
  right:auto;
  margin:auto;
  width: 8px;
  height: 8px;
  background: #29ABE2;
  border-radius: 50%;
  box-sizing:border-box;
}


/* label_span_font
-------------------------------------------*/
label span.label_span_font {
	font-size:1.6em;
	margin:0;
	padding:0;
}
@media all and (max-width:767px){
label span.label_span_font {
	font-size:1.6em;
	margin:0;
	padding:0;
}
}

/* nontes
-----------------------------*/

@media screen and (max-width:767px){
	.notes_21{
		text-align:left;
		margin:.5em 0 .8em;
		padding:0 0 0;
		color:#ff0000;
		font-size:1.1rem;
	}
}
@media screen and (min-width:768px){
	p.notes_21{
		text-align:left;
		margin:.2em 0 .2em;
		padding:0 0 0;
		color:#ff0000;
		font-size:1.3rem;
	}
}



.footer_notes_wrap {
width:88%;
margin:0 auto
}

/* 同意
-------------------------------*/
/*div.btns {
text-align:center;
font-size:12px;
line-height: 1.5;
}*/
div.facts {
border: 1px solid #DDD;
text-align: left;
height: 150px;
margin-top:.4em;
margin-bottom: .7em;
padding: 1.4% 3%;
overflow: scroll;
overflow-x: hidden;
}
p.exp {
font-size: 11px;
margin: 0 0 .4em;
padding:.2em 0 0;
text-align: left;
line-height:1.5;
}
p.sub {
font-weight:normal;
font-size: 12px;
margin:.6em 0 0;
/*padding:0;*/
text-align: justify;
text-indent:-0.5em;
line-height:1.5;
}
p.sub2 {
font-weight:bold;
font-size: 12px;
margin:.6em 0 0;
/*padding:0;*/
text-align: left;
text-indent:0;
line-height:1.5;
/*border-bottom:1px solid #E9E9E9;*/
}

/* input email white
-----------------------------------------*/
.mailform dd input[type="email"].inp_email_white {
  background: #fff;
  /*border-radius: 2px;
  border: 1px solid #ddd;
  box-sizing: border-box;*/
}


/* zaiko
-------------------------------------*/
p.zaikogire {
font-weight:bold;
color:red;
font-size:14px !important;
/*border:2px solid red;
border-radius:2px;*/
/*padding:2px;*/
/*margin-bottom:3px;*/
/*width:100%;*/
}

input[type="text"].keiyakuid,
input[type="text"].yuubinarea
{
width:50% !important;
}

/* callback_tel　*/
.confirmation_btn2 {
  font-family: inherit;
  
  font-size: 14px;
  border-radius: 4px;
  border: none;
  background: #22A9FF;
  color: #fff;
  margin: 1em auto 15px;
  width:40%;
	text-align: center;
}
.confirmation_btn2 a {
 display: block;
	padding: 10px 0px;
	text-decoration: none;
}
.confirmation_btn2:hover {
  opacity: .8;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}



input[type="number"]{
  max-width: 100%;
  font-family: inherit;
  padding: 4px 8px;
  font-size: 14px;
  background: #FFF3DF;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #ddd;
  height: 35px;
}




/**************************************************************************************************************************************************/
/************************************************/
/* remaining footer
-------------------------------*/
@media (min-width:768px){
.remaining{
	bottom: 120px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
	background: #004DA8;
	border-radius: 2px;
	text-align: center;
}
.remaining p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number{
	font-size: 25px;
	line-height: 1.4em;
}
.number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items{
	font-size: 14px;
}
}
@media (max-width:767px){
.remaining {
	bottom: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.number {
	font-size: 26px;
	line-height: 1.4em;
}
.number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.items {
	font-size: 14px;
}
}

/******************************************************/
/*****************************************************/
/* remaining Header
-------------------------------*/
@media (min-width:768px){
/* 2 使用　通常A */
/* items count 
-------------------------------*/
.remaining2{
	top: 0px;
	right:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
	background: red;
	border-radius: 2px;

}
.remaining2 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining2 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining2 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining2 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining2 .items{
	font-size: 14px;
}
}
@media (max-width:767px){
.d-sp_fix_header {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 99;
	/*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
}
.remaining2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining2 p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining2 .number {
	font-size: 26px;
	line-height: 1.4em;
}
.remaining2 .number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.remaining2 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining2 .items {
	font-size: 14px;
}
}




/******************************************************/
/*****************************************************/
/* remaining Header
-------------------------------*/
@media (min-width:768px){
/* 3 _call B */
/* items count 
-------------------------------*/
.remaining3{
	top: 0px;
	right:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*position: fixed;*/
	position: absolute;
	width: 140px;
	height: 100px;
		background: red;
	border-radius: 2px;

}
.remaining3 p{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining3 .number{
	font-size: 25px;
	line-height: 1.4em;
}
.remaining3 .number2 {
	font-size: 25px;
	line-height: 1.7em;
}
.remaining3 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining3 .items{
	font-size: 14px;
}
}


@media (max-width:767px){
.d-sp_fix_header {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: 99;
	/*filter: drop-shadow(0px 2px 2px rgba(0,0,0,.1));*/
}
.remaining3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: red;
	text-align: center;
}
.remaining3 p {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
	color: #FFF;
	line-height: 1.4em;
}
.remaining3 .number {
	font-size: 26px;
	line-height: 1.4em;
}
.remaining3 .number2 {
	font-size: 26px;
	line-height: 1.7em;
}
.remaining3 .number3 {
	font-size: 105%;
	line-height: 1.4em;
}
.remaining3 .items {
	font-size: 14px;
}
}


/* 追加
----------------------------------------*/
.bg_submain {
    /*clear: both!important;*/
    width: 100% !important;
    background-color: #f4f4f4 !important;
    margin: 0px auto !important;
    padding: 0px 0px !important;
    height: auto !important;
}
	.submain_img {
    margin: 0 auto;
    text-align: center;
    max-width: 100% !important;
		max-width:950px;
}
	

@media (min-width:768px){
.wrap-sticky {
    width: 1100px;
    margin: 0 auto;
	padding:0;
}
.box-sticky {
    position: relative;
}
.sticky-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 500px;
	z-index:100000;
}
}
@media (max-width:767px){
	.wrap-sticky {
		width:100%;
  /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
}
.box-sticky {
    position: relative;
}
.sticky-sticky {
	display: none;
}
}


/* _call
------------------------------------*/
@media (min-width:768px){
.wrap-sticky_call {
    width: 1100px;
    margin: 0 auto;
	padding:0;
}
.box-sticky_call {
    position: relative;
}
.sticky-sticky_call {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 500px;
	z-index:100000;
	margin-right:-150px;
}
}
@media (max-width:767px){
	.wrap-sticky_call {
		width:100%;
  /*  width: 1100px;
    margin: 0 auto 200px;
	padding:0;*/
}
.box-sticky_call {
    position: relative;
}
.sticky-sticky_call {
	display: none;
}
}





