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

html{
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

/*--- body ---*/

body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height:1.7;
    margin: 0;
    color:#4D4D4D;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    width /***/:auto; /*IE8のみ適用*/
}
body > iframe {
    display: none;
}

/* link */
a:link { color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration: none;}

a,
a::before,
a::after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input, button, select, textarea {
    -webkit-appearance: none;
}
button[type="submit"],
button[type="button"] {
    border-radius: 0;
    -webkit-webkit-box-sizing: content-box;
    -webkit-webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-family:'Noto Sans Japanese',sans-serif;
}
button[type="submit"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration {
    display: none;
}
button[type="submit"]::focus,
button[type="button"]::focus {
    outline-offset: -2px;
}
button[type="submit"].clear,
button[type="button"].clear {
    width: 216px;
    height: 57px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    background: #f1f1f1;
    border: none;
    border-radius: 5px;
    box-shadow: 0 6px 0 #afafaf;
}
button[type="submit"].send,button[type="button"].send {
    width: 216px;
    height: 57px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    background: #036EB8;
    border: none;
    border-radius: 5px;
    box-shadow: 0 6px 0 #00296f;
}

.web_transfer_btn {
    width: 216px;
    height: 57px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    background: #036EB8;
    border: none;
    border-radius: 5px;
    box-shadow: 0 6px 0 #00296f;
}

input[type=radio],input[type=checkbox]{
    display: none;
}
input[type=radio]:checked + label{
    padding: 9px;
   // background: rgba(0, 132, 255, 0.1);
    border: 2px solid #036EB8;
}
.choice_tanmatu input[type=radio]:checked + label{
    padding: 0;
    background: none;
    border: none;
}
  
.choice_simset input[type=radio]:checked + label{
    padding:10px;
    background: rgba(0, 160, 233, 0.1);
    border:1px solid #036EB8;
	position:relative:
}
.choice_simset input[type=radio]:checked + label::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
  border: 3px solid #036EB8;
    box-sizing: border-box;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  z-index:10;
	border-radius: 5px;
  }
.choice_tanmatu input[type=radio]:checked + label{
    padding: 0;
    background: none;
    border: none;
}
.choice_tanmatu input[type=radio]:checked + label > div{
    background: rgba(0, 160, 233, 0.1);
    border: 2px solid #036EB8;
}

input[type="checkbox"]:checked + label {
    padding: 16px 19px ;
    background: rgba(0, 132, 255, 0.1);
    border: 2px solid #036EB8;
}
label:hover {
    cursor: pointer;
}

header {
    padding: 15px 0px;
}
.apply-header {
    border-bottom:3px solid #b83c03;
}
.non-contact-apply-header {
    border-bottom:3px solid #036EB8;
}
header div {
    width: 1000px;
    margin: 0 auto;
}
header div img{
	width:auto;
	height:200px;
	margin:-65px -30px -80px;
}
header div p{
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

#app {
    position: relative;
    display: block;
    width: 1000px;
    margin: 0 auto;
}
#main {
    width: 770px;
    margin: 0 auto 0 0;
    padding-bottom: 100px;
}
#main div.arrow {
    position: relative;
    padding-bottom: 80px;
}
#main div.arrow:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 42.5%;
    bottom: 20px;
    border-top: 30px solid #c8c8c8;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
h1 {
    margin: 0 auto 0 0;
    padding: 30px 0 3px;
    font-size: 30px;
    border-bottom: 1px solid #036EB8;
	font-weight:700;
}
h2 {
    margin: 10px 0 30px;
    padding: .2em 0 .2em .5em;
    font-size: 24px;
    line-height: 1.3;
    border-left: 3px solid #036EB8;
	font-weight:700;
}
h2.option {
    letter-spacing: -1px;
}
h2 span {
    font-size: 16px;
}
h3 {
    padding: 5px 0 10px;
    font-size: 22px;
    line-height: 22px;
}

#pankuzu {
    margin: 0 auto;
    padding: 30px 0;
}
#pankuzu li {
    position: relative;
    display: inline-block;
    width: 143px;
    height: 50px;
    margin: 0 20px 0 0;
    background: #71b8f0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    box-sizing: border-box;
}
#pankuzu li.select {
    color: #fff;
    background: #036EB8;
}
#pankuzu li:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -15px;
    border-left: 15px solid #71b8f0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
#pankuzu li.select:after {
    border-left: 15px solid #036EB8;
}

#price_box {
    position: absolute;
    width: 220px;
	box-sizing:border-box;
	padding: 10px;
	background:#f0f0f0;
    top: 202px;
    left: 50%;
    margin-left: 280px;
	border-radius:5px;
}
#price_box .type {
    margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	color:#4D4D4D;
	text-align: center;
	line-height: 1.5;
}
#price_box .tanmatu_box {
    background-color: #fff;
}
#price_box .tanmatu_box .ttl {
	border-radius:5px 5px 0 0;
}
#price_box .plan_box {
    background-color: #fff;
	
	border-radius: 0 0 5px 5px;
}
#price_box .tanmatu_box .ttl,
#price_box .plan_box .ttl{
    padding: 10px;
    color: #fff;
   font-size: 16px;
text-align: center;
line-height: 1.5;
font-weight: bold;
    background-color: #036EB8;
}
#price_box .content {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
#price_box .price {
    padding: 0 15px 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
	color:#036EB8;
}
#price_box .price span {
    font-size: 33px;
}
#price_box .option_box {
    margin-top: 20px;
    padding: 15px;
    font-size: 15px;
    background: #fff;
	border-radius:5px;
}
#price_box .option_box .ttl {
    padding-bottom: 5px;
    font-weight: 500;
    border-bottom: 2px dotted #ccc;
}
#price_box .option_box .option {
    margin-top: 5px;
    font-weight: 300;
}

.choice_simset {
    padding: 2px 0 10px;
    text-align: left;
	display:flex;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}
.choice_simset li {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    width: 48%;
	margin-right:2%;
}
.choice_simset li label {
    display: block;
    height: 173px;
    padding: 10px;
    border: 1px solid #aaa;
    box-sizing: border-box;
	position:relative;
	border-radius: 8px;
}
.choice_simset li label::after {
}
.choice_simset li label:hover {
    border: 1px solid #036EB8;
}
.choice_simset li label:hover::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: block;
  border: 3px solid #036EB8;
    box-sizing: border-box;
	transition: .3s ease;
	border-radius: 5px;
  
  }

.choice_simset li img{
    display: block;
    width: 87px;
    height: 109px;
    margin: 0 auto;
    padding: 5px 0 0;
}

.choice_tanmatu {
    padding: 10px 0;
    text-align: left;
	display:flex;
	flex-wrap: wrap;
	position: relative;
	cursor: pointer;
}
.choice_tanmatu li {
	width: 48%;
	margin-right:2%;
	margin-bottom:20px;
	box-sizing:border-box;
    border: 1px solid #aaa;
	position:relative;
	border-radius: 8px;
}
.choice_tanmatu li::before {
  content: ">";
  font-size: 15px;
  font-weight: 400;
  color:#036EB8;
  position: absolute;
  top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%); 
right: 20px;
}
.choice_tanmatu li:hover {
  border: 1px solid #036EB8;
}
.choice_tanmatu li input[type="button"] {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index:100;
  display:block;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background:none;
}
.choice_tanmatu li:hover::after{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 3px solid #036EB8;
    box-sizing: border-box;
	transition: border-color .3s ease;
	border-radius: 5px;
  
  }
  .choice_tanmatu li a {
	  display:block;
  width: 100%; height: 100%;
  z-index:100;
  }
.choice_tanmatu li div.con_box {
  padding: 40px 60px 40px 40px;
}
.choice_tanmatu li div.con_box div{
    text-align: left;
	display:table-cell;
	vertical-align:middle;
	width:40%;
	box-sizing:border-box;
}
.choice_tanmatu li img{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    vertical-align: middle;
}
.choice_tanmatu li p{
    display: inline-block;
    padding-left: 10px;
    line-height: 20px;
    vertical-align: middle;
}
.choice_tanmatu li p span {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.choice_tanmatu li dl {
    font-size: 12px;
    text-align: center;
	display:table-cell;
	width:60%;
	padding-left:10%;
	box-sizing:border-box;
	vertical-align:middle;
	color: #737373;
}
.choice_tanmatu li dl dt {
    display: inline-block;
    text-align: left;
    font-size: 16px;
	width:100%;
	padding-bottom:5px;
}
.choice_tanmatu li dl dd {
	width:100%;
    text-align: left;
    line-height: 24px;
	letter-spacing:0.1em;
}
.choice_tanmatu li dl dd span {
    font-size: 24px;
    font-weight: 400;
	display:block;
	text-align:right;
	letter-spacing:0em;
}
.choice_tanmatu li dl dd span small {
	font-size:14px;
	padding-left:5px;
}
.choice_plan,
.choice_simkikaku {
    padding: 2px 0 10px;
    text-align: left;
}
.choice_plan li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
}
.choice_plan li label {
    display: block;
    width: 243px;
    height: 135px;
    padding: 10px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    box-sizing: border-box;
}
.choice_plan li img{
    display: block;
    width: 215px;
    height: 65px;
    margin: 0 auto;
    padding: 5px 0;
}

.choice_simkikaku li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
    vertical-align: top;
}
.choice_simkikaku li label {
    display: block;
    width: 243px;
    height: 160px;
    padding: 10px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    box-sizing: border-box;
}
.choice_simkikaku li img{
    display: block;
    width: 55px;
    height: 90px;
    margin: 0 auto;
    padding: 5px 0 10px;
}

.choice_keiyaku,
.choice_shiharai,
.choice_simtype,
.choice_simset.top {
    padding: 2px 0 10px;
    text-align: left;
}
.choice_keiyaku li,
.choice_shiharai li,
.choice_simtype li,
.choice_simset.top li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    vertical-align: top;
}
.choice_keiyaku li label,
.choice_shiharai li label,
.choice_simtype li label
{
    display: table-cell;
    width: 243px;
    height: 135px;
    padding: 10px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    vertical-align: middle;
    box-sizing: border-box;
}

table.mnp {
    width: 755px;
    border-collapse: collapse;
}
.mnp th {
    position: relative;
    width: 220px;
    padding: 15px;
    font-size: 13px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.mnp th span {
    position: absolute;
    top: 20px;
    right: 15px;
    margin: 0 0 0 auto;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    background: #036EB8;
    border-radius: 3px;
}
.mnp td {
    width: auto;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ccc;
}
.mnp td ul {
    text-align: left;
}
.mnp td li{
    display: inline-block;
    margin-right: 20px;
}
.mnp td input[type="text"] {
    width: 230px;
    padding: 5px;
    border: 1px solid #ccc;
}
.mnp td select {
    width: 80px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.choice_option {
    padding: 2px 0 10px;
    text-align: left;
}
.choice_option li {
    position: relative;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: top;
}
.choice_option li label {
    display: block;
    width: 755px;
    height: 150px;
    padding: 17px 20px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    box-sizing: border-box;
}
.choice_option li span.text{
    display: block;
    width: 520px;
    text-align: justify;
}
.choice_option li span.text strong{
    display: block;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.choice_option li span.price {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

.app {
    padding: 50px 0;
    text-align: center;
}
.app button{
    display: inline-block;
    margin: 0 5px;
}

.pc_none {
    display: none;
}


#device-box {
    width: 100%;
}
.select-form-box{
    margin: 30px 0 50px 0;
    position: relative;
}
#device-box .select-form-box-inner {
    width: 100%;
    height: 420px;
}
.select-form-box-inner {
    padding: 0 0 60px 0;
    border-bottom: 1px solid #f0f0f0;
}
.device-information .device-name div {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}
.device-information .device-name h1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0;
	border:none;

}
.device-image {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 100%;
    position: relative;
}
.device-information {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
}

.device-information .device-name {
    width: 100%;
    height: 33%;
    font-size: 35px;
    font-weight: bold;
}
.device-information .device-color-list {
    box-sizing: border-box;
    width: 100%;
    height: 67%;
    padding-top: 40px;
}
.device-color {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 100%;
    margin: 0 1.5%;
    font-size: 14px;
}
.device-color-text {
    width: 100%;
    height: 40%;
}
.device-color .color-text {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 15px;

}
.device-color .color-circle {
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
}

.select-form-box-heading {
    padding: 0 0 9px 22px;
    //border-bottom: 1px solid #f0f0f0;
    position: relative;
    color:#2b2b2b;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-left:none;
	margin:0;
}
.select-form-box-header {
    position: relative;
    width: 100%;
    margin: 30px 0 30px 0;
}
.select-form-box-header .select-form-required-icon {
    position: absolute;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.select-form-required-icon {
    margin: 0;
    padding: 0 6px 0 6px;
    display: inline-block;
    border: 1px solid #F02334;
	color: #F02334;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}
.select-form-required-icon p {
    margin: 0 6px;
    height: 26px;
    line-height: 26px;
}
.prepare-box-inner::after, .selected-goods-box-inner::after, .select-form-box-heading-anchor::after, .radio-button-column-2::after, .radio-button-column-3::after, .radio-button-column-4::after, .checkbox-column-3::after, .arrow-anchor-01::after {
    content: "";
    display: table;
    clear: both;
}
.rich-radio-button-01 {
    display: table;
    width: 100%;
    position: relative;
    cursor: default;
}
.radio-button-column-2 > .rich-radio-button {
    float: left;
    width: calc(50% - 4px);
}
.radio-button-column-2 > .rich-radio-button:first-of-type {
    margin: 0 8px 0 0;
}
.rich-radio-button-01 > input[type="radio"] {
    position: absolute;
    z-index: -1;
}
.rich-radio-button-01 > .rich-radio-button-label {
    padding: 21px 15px 21px 50px;
    display: block;
    position: relative;
    z-index: 0;
    background: #f0f0f0;
	color:#2b2b2b;
    font-size: 17px;
    text-align: left;
    line-height: 1;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
}
.rich-radio-button-01 > .rich-radio-button-label::before {
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
}
.rich-radio-button-01 > input[type="radio"]:checked + .rich-radio-button-label {
    background: #036EB8;
color:#ffffff;
    font-weight: bold;
}
.rich-radio-button-01 > input[type="checkbox"]:checked + .rich-radio-button-label {
    background: #036EB8;
color:#ffffff;
    font-weight: bold;
}
.rich-radio-button-01 > input[type="radio"]:checked + .rich-radio-button-label::before {
    content: "";
    background: url("../image/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
}
.radio-button-column-3
{
    margin: 0 0 8px 0;
}

.radio-button-column-3:last-of-type
{
    margin: 0;
}

.radio-button-column-3 > .rich-radio-button
{
    float: left;
    width: calc((100% / 3) - 8px);
}

.radio-button-column-3 > .rich-radio-button:first-of-type,
.radio-button-column-3 > .rich-radio-button:nth-of-type(2)
{
    margin: 0 8px 0 0;
}
.select-form-box-notice {
    margin: 25px 0 0 0;
    color:  #2c2c2c;
    font-size: 14px;
    line-height: 1.5;
}
.select-form-box-text-div-box{
    border: 1px solid  #036EB8;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 20px;

}

.select-form-box-text-div-box-inner{
   width: 90%;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    margin-top: 0px;

}
.rich-checkbox-01
{
    display: block;
    position: relative;
    cursor: default;
    text-align: center;
}
.rich-checkbox-01.rich-checkbox-button{
     background: #f0f0f0;

    margin-bottom: 20px;
    border-radius: 5px;
 }

.rich-checkbox-01 > input[type="checkbox"]
{
    position: absolute;
    z-index: -1;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ髱樣∈謚樊凾 */
.rich-checkbox-01 > .rich-checkbox-label:before
{
    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;
}

.rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label:before
{
    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;
}

.rich-checkbox-01 > .rich-checkbox-label
{
    padding: 10px 17px 10px 50px; /* 50px = 15px + 2px + 16px + 2px + 15px */
    /* border: 3px solid #ffffff; :checked 譎ゅ�鬆伜沺繧堤｢ｺ菫� */
    display: block;
    position: relative;
    z-index: 0;
    background: white;
    color: #2b2b2b;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label
{
    padding: 10px 17px 10px 50px; /* 50px = 15px + 2px + 16px + 2px + 15px */
    /* border: 3px solid #ffffff; :checked 譎ゅ�鬆伜沺繧堤｢ｺ菫� */
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 0;
    background: #f0f0f0;
    color: #2b2b2b;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label:before
{
    border: none;
    background: url("../image/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
}

.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label
{
    background: #036EB8;
    color: white;
}

.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label .icon-detail-01
{
    background: #036EB8;
    color: white;
    border-color: white;
}

.rich-checkbox-01 .rich-checkbox-title
{
    font-size: 17px;
    font-weight: bold;
}

.rich-checkbox-01 .rich-checkbox-tag
{
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 90%;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}

.select-form-box-consup .rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label:before {
    border-radius: 5px;
}

.select-form-box-consup .select-form-box-text-div-box-inner p:nth-child(1) {
    margin-top: 20px;
}

.select-form-box-consup p.radio-button-column-2 {
    margin: 35px 0 20px;
}

.select-form-box-consup .rich-checkbox-01 > .rich-checkbox-label {
    border: 3px solid;
    border-color: white;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label {
    border-color: rgb(0, 160, 233);
    background-color:rgba(0, 160, 233, 0.1);
    color: black;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label:before {
    border: 2px solid #a6a6a6;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label .icon-detail-01 {
    background: #ffffff;
    color: #036EB8;
    border-color: #036EB8;
}

.select-form-box-consup .icon-detail-01 {
    text-align: center;
    position: absolute;
    right: 20px;
    width: 110px;
}
a.icon-detail-01
/*.icon-detail-01:link,*/
/*.icon-detail-01:visited,*/
/*.icon-detail-01:active*/
{
    margin: 0 0 3px 0;
    padding: 3px 11px;
    display: inline-block;
    border: 1px solid #036EB8;
    background: #ffffff;
    color: #036EB8;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 100px;
    vertical-align: middle;
    text-decoration: none;
	color:#036EB8;
}
.select-form-box-consup .icon-detail-01 > img {
    max-height: 1em;
    position: absolute;
    top: 5px;
    right: 10px;
}





h2.select-form-box-balloon-heading {

    padding: 0 0 9px 22px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px 0;
	border-left: 0px solid #036EB8;

}
.select-form-box-balloon.grey {

    background:#f0f0f0;

}
.select-form-box-balloon {

    margin: 25px 0 0 0;
    padding: 25px;
    position: relative;
    border-radius: 5px;
    background: #f0f0f0;;

}
.rich-radio-button-02
{
    display: block;
    position: relative;
    cursor: default;
}

.rich-radio-button-02 > input[type="radio"]
{
    position: absolute;
    z-index: -1;
}

.rich-radio-button-02 > .rich-radio-button-label:before
{
    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;
}

.rich-radio-button-02 > .rich-radio-button-label
{
    padding: 21px 15px 21px 50px; /* 50px = 15px + 2px + 16px + 2px + 15px */
    display: block;
    position: relative;
    z-index: 0;
    background: #f0f0f0;
    color: #2b2b2b;
    font-size: 17px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    /*font-weight: bold;*/
}

.rich-radio-button-02 > .rich-radio-button-label-thin
{
    padding: 11px 15px 11px 50px; /* 50px = 15px + 2px + 16px + 2px + 15px */
}

.div-plan .rich-radio-button-02 > .rich-radio-button-label
{
    background: #ffffff;
    line-height: 30px;
}

.rich-radio-button-02 > .rich-radio-button-label .rich-radio-button-label-description
{
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.25;
}

.rich-radio-button-02 > .rich-radio-button-label .rich-radio-button-label-description-small
{
    display: inline-block;
    font-size: 11px;
    white-space: nowrap;
    line-height: 1.25;
}

.rich-radio-button-02 > input[type="radio"]:checked + .rich-radio-button-label:before
{
    content: "";
    border: none;
    background: url("../image/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
}

.rich-radio-button-02 > input[type="radio"]:checked + .rich-radio-button-label
{
    background: #036EB8;
    color: #ffffff;
    /*font-weight: bold;*/
}

.rich-radio-button-02 > input[type="radio"]:checked + .rich-radio-button-label .icon-detail-01
{
    background: #036EB8;
    color: white;
    border-color: white;
}

.rich-radio-button-02 > input[type="radio"]:disabled + .rich-radio-button-label:before
{
    border-color: #e3e3e3;
    background: #f9f9f9;
}

.rich-radio-button-02 > input[type="radio"]:disabled + .rich-radio-button-label
{
    padding-top: 18px;
    line-height: 1;
    background: #f7f7f7;
    color: #b2b2b2;
    cursor: default;
}
.icon-detail-01 {

    margin: 0 0 3px 0;
    padding: 3px 11px;
    display: inline-block;
    border: 1px solid #036EB8;
background:#ffffff;
color: #036EB8;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 100px;
    vertical-align: middle;
    text-decoration: none;
	z-index:100;

}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized span[id^="detail-button-"] {
	font-size: 12px;
	line-height: 150%;
}
.tooltip_templates{
    display: none;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	max-width: 65%;
	word-wrap: break-word;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized span[id*="-detail-button-"] {
	font-size: 12px;
	line-height: 150%;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 54px;
}
.detail-tooltip {
  position: relative;
}
.detail-tooltip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 54px;
}
.rich-checkbox-03 > input[type="checkbox"]:checked + .rich-checkbox-label:before
{
    background: url("ii.img/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
}

.rich-checkbox-03 > input[type="checkbox"]:checked + .rich-checkbox-label
{
    border-color: #f354a4;
    background: #ffe8f4;
}

.rich-checkbox-03 > input[type="checkbox"]:checked + .rich-checkbox-label .icon-detail-01
{
    background: #f354a4;
    color: white;
    border-color: white;
}
p.checkbox-column-1 {
	margin-bottom:10px;
}
.rich-checkbox-column-3
{
    display: table;
    width: 100%;
}
.rich-checkbox-column-3 > .rich-checkbox-column-item
{
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
	
}

.rich-checkbox-column-3 > .rich-checkbox-column-item:first-of-type
{
    width: 60%;
    text-align: left;
}

.rich-checkbox-column-3 > .rich-checkbox-column-item:nth-of-type(2)
{
    display:none;
}

.plan_span {
    display: inline-block;
    width: 90%;
}

.rich-checkbox-01 .rich-checkbox-tag
{
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 90%;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}
.rich-checkbox-01 .rich-checkbox-tag::before {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: 

    #0091d7;
    z-index: -1;
    transform: skew(-15deg);

}

.rich-checkbox-01 .rich-checkbox-price {

    font-size: 19px;
    font-weight: bold;

}
.icon-info-01, .icon-info-01:link, .icon-info-01:visited, .icon-info-01:active {

    margin: 0 0 3px 0;
    padding: 3px 11px;
    display: inline-block;
    background: #e1e1e1;

color:#919191 !important;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;

}
.icon-info-01  {

    display: inline-block;
    vertical-align: middle;

}
.icon-info-01 img {

    width: 12px;
    height: 12px;
    margin-left: 3px;

}
.tooltipster-sidetip .tooltipster-box {

    border-radius: 0;
    border: 2px solid #0089e9;
	background:#fff;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    max-width: 65%;
    word-wrap: break-word;

}
.tooltipster-sidetip .tooltipster-content{
color: #2b2b2b;
font-size:12px;
line-height: 150%;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {

    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    max-width: 65%;
    word-wrap: break-word;

}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#0089e9}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#0089e9}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#0089e9}
/* =========================================================================================
// 2018/02/05 add
========================================================================================= */

/* common
----------------------------------------------------------------------------------------- */

table.entry_form {
	width:100%;
    border: 1px solid #ccc;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
}
.entry_form th,
.entry_form td {
  border-bottom: 1px solid #ccc;
}
.entry_form thead th + th,
.entry_form tbody td {
  border-left: 1px solid #ccc;
}

.entry_form tbody td:first-child {
  border-left: 0px solid #ccc;
}
.entry_form tbody tr:last-child th,
.entry_form tbody tr:last-child td {
  border-bottom: none;
}
.entry_form th {
    background: #f2f2f2;
    width: 230px;
    padding: 20px 15px 10px;
   // border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
	vertical-align:text-bottom;
}

.entry_form th span {
    background: #036EB8;
	float:right;
    margin: 0;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    border-radius: 3px;
}

.entry_form .bizimo_tr th {
    border: none;
}

.entry_form .bizimo_tr td {
    border-bottom: none;
}

.entry_form .bizimo_tr:first-child td {
    text-align: right;
    /* padding-right: 50px; */
}
@media screen and (min-width: 667px) {
    .entry_form .module_td {
        display: flex;
    }
}

.entry_form .support_count {
    text-align: right;
    padding-right: 50px;
}
.entry_form .module_td span {
    margin-left: 80px;
}

.entry_form td {
    width: auto;
    padding: 15px;
    font-size: 13px;
    //border: 1px solid #ccc;
}

.entry_form td p {
	padding-top:10px;
}

.entry_form td ul {
    text-align: left;
}

.entry_form td ul li {
    margin-right: 20px;
    display: inline-block;
}

.entry_form td input[type="text"],
.entry_form td input[type="email"],
.entry_form td input[type="number"],
.entry_form td input[type="password"] {
    width: 230px;
	margin:0;
    padding: 5px;
    border: 1px solid #ccc;
}

.entry_form input[type=radio],
.entry_form input[type=checkbox] {
	display: inline;
}

.entry_form td select {
    width: 80px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}
.entry_form td i {
	color:#036EB8;
	padding-right:5px;
}

/* class
---------------------------------------------- */

.entry_form td input[type="text"].width_short {
	width:100px;
}

.entry_form .float_left {
	float:left;
}

.entry_form .float_box {
	display:block;
	float:left;
	margin-left:15px;
	padding-top:3px;
	font-size:12px;
	line-height:14px;
}

.entry_form .clear_both {
	clear:both;
	margin-bottom:5px;
}

.entry_form .color_red {
	background:#ebfbff;
	font-weight:bold;
}

.entry_form .color_red .text_right {
	color:#036EB8;
}

.entry_form .text_center {
	text-align:center;
	border-left: 1px solid #ccc;
}
.entry_form .text_center:first-child {
	border-left: 0px solid #ccc;
}
.entry_form tbody td.first  {
	border-left: 0px solid #ccc;
}
.entry_form .text_right {
	text-align:right;
}

/* addr
---------------------------------------------- */

.entry_form tr.addr {
}

.entry_form tr.addr td span {
	width:135px;
	height:32px;
	display:block;
	clear:both;
	float:left;
	margin-top:10px;
	line-height:32px;
	white-space:nowrap;
}

.entry_form tr.addr td span.small {
	width:100%;
	clear:both;
	margin-bottom:-10px;
	font-size:11px;
}

.entry_form tr.addr td input,
.entry_form tr.addr td select {
	width:500px;
	margin-top:10px;
}

.entry_form tr.addr td select.width_short {
	width:150px;
}
.entry_form tr.addr td select.width_short value {
	color:red;
}

.entry_form tr.addr td input[type="button"] {
	background:#036EB8;
	width:84px;
	height:30px;
	margin:0 15px 0 5px;
	border:1px solid #C8C8C8;
	color:#fff;
	font-weight:bold;
}

.file_add_btn {
    color: #fff;
    font-weight: 500;
    background: #036EB8;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.file_add_btn:hover{
    opacity: 0.8;
}

/* relationship
---------------------------------------------- */

.entry_form tr.relationship {
}

.entry_form tr.relationship th span {
	margin-top:-15px;
}

.entry_form tr.relationship td {
	padding:25px 20px 20px;
}

.entry_form tr.relationship td input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.entry_form tr.relationship td input[type=radio] {
    -webkit-appearance: radio;
}

/* error
---------------------------------------------- */

.error_message {
	background:#FFC0CB;
	margin:-30px 0 20px;
	padding:18px 20px;
	border:1px solid #800000;
	border-radius: 5px;
}

.form_error {
	clear:both;
	color:#cc0000;
}


/* second
----------------------------------------------------------------------------------------- */

#second {
}

#second table.entry_form {
	margin-bottom:50px;
}

#second table.entry_form label {
	line-height:24px;
}
#second table.entry_form label input[type=radio] {
	vertical-align:-0.2em;
}

#second table.entry_form label input[type=checkbox]  {
	vertical-align:-0.2em;
}
@-moz-document url-prefix() {
  /* ここに書く */
 #second table.entry_form label input[type=radio] {
	vertical-align:0em;
}

#second table.entry_form label input[type=checkbox]  {
	vertical-align:0em;
}
}
#second table.entry_form input[type=radio] {
	display: inline;
    -webkit-appearance: radio;
}

#second .choice_keiyaku {
	margin-bottom:30px;
}

#second .choice_keiyaku li:last-child {
	float:right;
	margin:0;
}

#second .choice_keiyaku li label {
	width:490px;
}

#second .choice_keiyaku li {
	position:relative;
}

#second .choice_keiyaku li span {
	font-size:16px;
}

#second .choice_keiyaku input[type=radio] {
	//display: inline;
	position:absolute;
	top:60px;
	left:20px;
    -webkit-appearance: radio;
}


/* third
----------------------------------------------------------------------------------------- */

#third {
}

#third h3 {
	font-weight:bold;
}

#third p {
	margin-bottom:50px;
}

#third p:first-of-type {
	/* margin:-15px 0 30px 15px; */
}

#third p:last-of-type {
	margin-bottom:20px;
}

#third table {
	margin-bottom:30px;
}

#third .sp_none {
}


/* fourth
----------------------------------------------------------------------------------------- */

#fourth {
}

#fourth h2 {
}

#fourth h4 {
	margin-bottom:20px;
	padding:18px 20px;
	border:1px solid #ccc;
	border-radius: 5px;
}

#fourth h4 span {
    background: #036EB8;
    margin:0 0 0 15px;
    padding:0 10px;
    color: #fff;
    font-size: 12px;
	text-align:center;
    border-radius: 3px;
}

#fourth h5 {
    margin: 20px 0 10px;
    padding: 0 0 0 10px;
    border-left: 5px solid #ccc;
}

#fourth .entry_form {
	margin-bottom:50px;
}

#fourth input[type=checkbox] {
	display: inline;
	margin:20px 10px 0px 0;
    -webkit-appearance: checkbox;
}

#fourth input[type=file] {
	margin-left:20px;
	font-size:12px;
}

#fourth select {
	width:100%;
	display:block;
	margin:0 auto 20px;
	padding:6px 20px;
	border:1px solid #036EB8;
	border-radius: 5px;
    -webkit-appearance: menulist;
}

#fourth p {
	margin:20px 0 10px;
	line-height:22px;
}

#fourth p.JS-fw04-pl {
	line-height:32px;
}

#fourth .font_red {
	color:#cc0000;
}

#fourth a {
	color:#12c;
	text-decoration:underline
}

#fourth ul {
	/* height:50px; */
	margin-bottom:100px;
}

#fourth ul li {
	width:100%;
	display:block;
	/* width:50%;
	float:left; */
}

#fourth ul li input[type=file] {
	margin-left:0px;
	/* margin-left:10px;
	line-height:42px; */
}

#fourth ul li a.dl_btn {
	background:#E2E2E2;
	width:150px;
	height:40px;
	display:block;
	float:left;
	position:relative;
	border:1px solid #808080;
	border-radius: 5px;
	text-align:center;
	color:#000;
	font-size:18px;
	line-height:40px;
	text-decoration:none;
}

#fourth ul li p {
	clear:both;
	padding:10px 0 0 0;
}

#fourth ul li .form_error {
	padding-bottom:20px;
}

#fourth ul li a i {
	position:absolute;
	top:10px;
	right:10px;
}

#fourth .form_error {
}

#fourth #filtering {
}

#fourth #filtering p {
	margin:0 0 20px;
	line-height:24px;
}

#fourth #filtering p.text-indent {
	padding:0 0 0 25px;
}

#fourth #filtering label {
	margin:0 30px 0 0;
}

#fourth #filtering input[type=radio] {
	display: inline;
	margin:0 10px 0 0;
    -webkit-appearance: radio;
}


/* fifth
----------------------------------------------------------------------------------------- */

#fifth {
	background:#ebfbff;
	margin:67px auto 0;
	border:1px solid #C8C8C8;
	text-align:center;
	border-radius:5px;
}
#fifth p {
	padding:120px 0 100px;
	font-size:23px;
	font-weight:bold;
	line-height:36px;
	letter-spacing:3px;
}

#fifth p span{
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#cc0000;
	display:block;
	padding-top:30px;
}


/* ====================================================================================== */
#index {
	background:#ebfbff;
	margin:67px auto 0;
	border:1px solid #C8C8C8;
	text-align:center;
	border-radius:5px;
	padding:120px 100px 100px;
}
#index ul 	{
	display:flex;
	width:100%;
	font-size:30px;
}
#index ul li {
	line-height:36px;
	width:50%;
}
#index ul li a {
	text-decoration:underline;
}
#aplly_kind01_02 p {
	margin:0 auto 20px;
}


#second .choice_simset.top {
	margin-bottom:30px;
}

#second .choice_simset.top li:last-child {
	float:right;
	margin:0;
}

#second .choice_simset.top li label {
	    display: table-cell;
    width: 490px;
    height: 135px;
    padding: 10px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    vertical-align: middle;
    box-sizing: border-box;
}


#second .choice_simset.top li {
	position:relative;
}

#second .choice_simset.top li span {
	font-size:16px;
}

#second .choice_simset.top input[type=radio] {
	//display: inline;
	position:absolute;
	top:60px;
	left:20px;
    -webkit-appearance: radio;
}
 .step-content * {
    box-sizing: border-box;
 }
 .step-content {
     margin: 10px 0;
 }

.step-content, .step-content .step-div {
    width: 100%;
    min-width: 1020px;
}

.step-list {
	position: relative;
	width: 100%;
	height: 80px;
	list-style: none;
	font-size: 0;
	padding-top: 15px;
    margin-bottom: 30px;
    padding-inline-start: 0;
    text-align: center;
}

.step-list .step {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 24%;
	height: 100%;
	background: #036EB8;
	padding: 8px 0;
	color: #036EB8;
	float:left;
	border-radius: 5px;
}

.step-list .step-arrow {
	position: relative;
	width: 2%;
	height: 55px;
	font-size: 18px;
	line-height: 65px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #036EB8;
	float:left;
}

.step .step-text {
	color: white;
    font-size: 14px;
}

.step-number-wrapper {
    width: 100%;
    height: 50%;
}

.step .step-number {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
	background: white;
}

.step-list .step.current {
	background: #036EB8;
	color: #036EB8;
	border-radius:5px;
}

.step.current ~ .step {
	background: #e1e1e1;
	color: #a1a1a1;
	border-radius:3px;
}

.step.current ~ .step-arrow {
	color: #e1e1e1;
}

.step.current ~ .step .step-text {
	color: #919191;
}

.sign {width: 100%;
	height:180px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #036EB8;
	border-radius: 5px;
-webkit-appearance: menulist;
}

.select-form-box select {
	width:100%;
	display:inline;
	margin:0 auto 20px;
	padding:6px 20px;
	border:1px solid #036EB8;
	border-radius: 5px;
    -webkit-appearance: menulist;
	margin-right:10px;
}
.daisu {
	width:300px;
	margin:0 auto 50px;
	white-space:nowrap;
}


table.entry_form td div {
	display:flex;
}
table.entry_form td div label {
	width:25%;
}

h3.total {
	border-bottom:1px solid #036EB8;
	position:relative;
	margin-bottom:20px;
}
h3.total span {
	position:absolute;
	 right:0;
}
/*------------------------------------------------------------------------------------------
sp（320px～667px）
------------------------------------------------------------------------------------------*/
@media screen and (max-width: 667px) {

.choice_tanmatu input[type=radio]:checked + label {
    width: 100%;
    border-radius: 7px;
}
input[type="checkbox"]:checked + label {
    padding: 16px 19px ;
    background: rgba(0, 132, 255, 0.1);
    border: 2px solid #036EB8;
}

header {
    height: 40px;
}
header div {
    width: 100%;
    margin: 0 auto;
	position:relative;
}
header div img{
	width:auto;
	height:160px;
	margin:0;
    padding:0;
	position:absolute;
	top:-53px;
	left:-15px;
}
header div p{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 10px;
}

#app {
    width: 100%;
    min-width: 320px;
}
#main {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}
#main div.arrow {
    padding-bottom: 40px;
}
#main div.arrow:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    border-top: 20px solid #c8c8c8;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}
#price_box {
    display: none;
}

h1 {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0 3px;
    font-size: 22px;
}
h2 {
    width: 95%;
    margin: 5px auto 10px;
    padding: 5px 0 5px 10px;
    font-size: 19px;
    line-height: 23px;
    box-sizing: border-box;
}
h2 span {
    display: block;
    font-size: 14px;
}
h2.option {
    letter-spacing: 0;
}
h3 {
    width: 95%;
    margin: 0 auto;
    padding: 5px 0 10px;
    font-size: 18px;
    line-height: 18px;
}

#pankuzu {
    width: 95%;
    padding: 15px 0 20px;
}
#pankuzu li {
    width: auto;
    height: 35px;
    margin: 0 5.5% 0 0;
    padding: 0 0.5% 0 2%;
    font-size: 12px;
    line-height: 35px;
}
#pankuzu li span {
    display: none;
}
#pankuzu li.select {
    color: #fff;
    background: #036EB8;
}
#pankuzu li:after {
    right: -12px;
    border-left: 12px solid #71b8f0;
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
}
#pankuzu li.select:after {
    border-left: 12px solid #036EB8;
}


.choice_simset {
    padding: 0 0 10px;
    text-align: center;
	width:95%;
	margin:0 auto;
	  display: flex;
  justify-content: space-between;
}
.choice_simset li {
    display: inline-block;
    width: 48%;
	margin:0 1%;
    font-size: 14px;
    text-align: center;
	box-sizing:border-box;
}
.choice_simset li label {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
}
.choice_simset li img{
    display: block;
    width: 67px;
    height: auto;
    padding: 5px 0;
}

.choice_tanmatu,
.choice_simkikaku,
.choice_plan  {
	width:95%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: left;
}
.choice_tanmatu li,
.choice_simkikaku li,
.choice_plan li {
    width: 100%;
	margin:0 auto 20px;
	}
.choice_tanmatu li label,
.choice_simkikaku li label,
.choice_plan li label{
    width: 100%;
    height: auto;
}
.choice_tanmatu li div.con_box {
    width: 100%;
    height: auto;
    margin: 0;
  padding: 20px 35px 20px 20px;
  box-sizing:border-box;
}
.choice_tanmatu li div.con_box div{
    text-align: left;
	display:table-cell;
	vertical-align:middle;
	width:40%;
	box-sizing:border-box;
}
.choice_tanmatu li img{
    display: inline-block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    vertical-align: middle;
}
.choice_tanmatu li p{
    display: inline-block;
    padding-left: 10px;
    line-height: 20px;
    vertical-align: middle;
}
.choice_tanmatu li p span {
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.choice_tanmatu li dl {
    font-size: 12px;
    text-align: center;
	display:table-cell; 
	width:60%;
	padding-left:10%;
	box-sizing:border-box;
	vertical-align:middle;
	color: #737373;
}
.choice_tanmatu li dl dt {
    display: inline-block;
    text-align: left;
    font-size: 16px;
	width:100%;
	padding-bottom:5px;
}
.choice_tanmatu li dl dd {
	width:100%;
    text-align: left;
    line-height: 24px;
	letter-spacing:0.1em;
}
.choice_tanmatu li dl dd span {
    font-size: 24px;
    font-weight: 400;
	display:block;
	text-align:right;
	letter-spacing:0em;
}
.choice_tanmatu li dl dd span small {
	font-size:14px;
	padding-left:5px;
}

.choice_plan li img{
    width: 100%;
    height: auto;
}
.choice_plan li p{
    height: 4.5em;
    text-align: justify;
    line-height: 17px;
}
.choice_simkikaku li img {
    width: 45px;
    height: auto;
}
.choice_simkikaku li {
    font-size: 16px;
    line-height: 24px;
}
.choice_shiharai,
.choice_simtype,
.choice_keiyaku,choice_simset.top
 {
    padding: 2px 0 10px;
    text-align: center;
}
.choice_shiharai li,
.choice_simtype li,
.choice_keiyaku li,choice_simset.top li {
    display: inline-block;
    width: 46%;
    margin: 0 1%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.choice_shiharai li label,
.choice_simtype li label,
.choice_keiyaku li label{
    display: table-cell;
    width: 350px;
    height: 100px;
    padding: 0;
}
table.mnp {
    width: 95%;
    margin: 0 auto;
}
.mnp th {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
}
.mnp th span {
    top: 12px;
    right: 15px;
}
.mnp td {
    display: block;
    width: auto;
    margin: -1px 0;
}
.mnp td li{
    width: 30%;
    margin-right: 2%;
}
.mnp td input[type="text"] {
    width: 80%;
    padding: 5px;
    border: 1px solid #ccc;
}
.mnp td select {
    width: 70%;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.choice_option {
    padding: 2px 0 10px;
    text-align: left;
}
.choice_option li {
    margin: 0 0 3%;
    font-size: 12px;
    line-height: 18px;
}
.choice_option li label {
    width: 95%;
    height: auto;
    margin: 0 2.5%;
}
.choice_option li span.text{
    display: block;
    width: 100%;
    text-align: justify;
}
.choice_option li span.text strong{
    font-size: 16px;
    line-height: 22px;
}
.choice_option li span.price {
    position: initial;
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
}

.app {
    padding: 5% 0;
}
.app button{
    display: inline-block;
    margin: 4% 5px;
}

.pc_none {
    display: block;
}
.sp_none {
    display: none;
}

/*端末詳細*/
#device-box {
    width: 100%;
}
.select-form-box{
    margin: 30px 0 10px 0;
    position: relative;
}
#device-box .select-form-box-inner {
    width: 100%;
    height: auto;
}
.select-form-box-inner {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.device-information .device-name div {
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
}
.device-information .device-name h1 {
    display:display;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0;
	border:none;
	position:absolute;
	 top:0;
	 left:0;

}
.device-image {
    display: block;
    vertical-align: top;
    width: 80%;
    height: auto;
	margin:0 auto;
    position: relative;
	padding-top:50px;
}
.device-information {
    width: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 0px solid #e1e1e1;
    margin-top: 0px;
    padding-top:0px;
}

.device-information .device-name {
    width: 100%;
    height: 33%;
    font-size: 35px;
    font-weight: bold;
}
.device-information .device-color-list {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding-top: 0px;
}
.device-color {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    height: 100%;
    margin: 0 1.5%;
    font-size: 10px;
}
.device-color-text {
    width: 100%;
    height: 40%;
}
.device-color .color-text {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 5px;

}
.device-color .color-circle {
    background: red;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: auto;
}

.select-form-box-heading {
    padding: 0 0 9px 22px;
    //border-bottom: 1px solid #f0f0f0;
    position: relative;
    color:#2b2b2b;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    border-left:none;
	margin:0;
}
.select-form-box-header {
    position: relative;
    width: 95%;
    margin: 25px auto 10px ;
}
.select-form-box-header .select-form-required-icon {
    position: absolute;
    height: 22px;
    font-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.select-form-required-icon {
    margin: 0;
    padding: 0 6px 0 6px;
    display: inline-block;
    border: 1px solid #F02334;
	color: #F02334;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}
.select-form-required-icon p {
    margin: 0 6px;
    height: 22px;
    line-height: 22px;
}
.radio-button-column-2 {
	width:95%;
	margin:0 auto;
}
.prepare-box-inner::after, .selected-goods-box-inner::after, .select-form-box-heading-anchor::after, .radio-button-column-2::after, .radio-button-column-3::after, .radio-button-column-4::after, .checkbox-column-3::after, .arrow-anchor-01::after {
    content: "";
    display: table;
    clear: both;
}
.rich-radio-button-01 {
    display: table;
    width: 100%;
    position: relative;
    cursor: default;
}
.radio-button-column-2 > .rich-radio-button {
    float: left;
    width: calc(50% - 4px);
}
.radio-button-column-2 > .rich-radio-button:first-of-type {
    margin: 0 8px 0 0px;
}
.rich-radio-button-01 > input[type="radio"] {
    position: absolute;
    z-index: -1;
}
.rich-radio-button-01 > .rich-radio-button-label {
    padding: 21px 10px 21px 30px;
    display:block;
    position: relative;
    z-index: 0;
    background: #f0f0f0;
	color:#2b2b2b;
    font-size: 15px;
    text-align: left;
    line-height: 1;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;
	margin:0 auto 10px;
	width:95%;
}
.rich-radio-button-01 > .rich-radio-button-label::before {
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
}
.rich-radio-button-01 > input[type="radio"]:checked + .rich-radio-button-label {
    background: #036EB8;
color:#ffffff;
    font-weight: bold;
}
.rich-radio-button-01 > input[type="radio"]:checked + .rich-radio-button-label::before {
    content: "";
    background: url("../image/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
	background-size:14px;
}
.radio-button-column-3
{
    margin: 0 0 8px 0;
}

.radio-button-column-3:last-of-type
{
    margin: 0;
}

.radio-button-column-3 > .rich-radio-button
{
    float:none;
    width:100%;
}
.contracts-column {
}
.radio-button-column-3 > .rich-radio-button:first-of-type,
.radio-button-column-3 > .rich-radio-button:nth-of-type(2)
{
    margin: 0 8px 0 0;
}
.select-form-box-notice {
    margin: 18px auto ;
    color:  #2c2c2c;
    font-size: 12px;
    line-height: 1.5;
	width:95%;
}
.select-form-box-text-div-box{
    border: 1px solid  #036EB8;
    display: block;
    text-align: center;
    position: relative;
    margin: 20px auto;
	width:95%;

}

.select-form-box-text-div-box-inner{
   width: 94%;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    margin-top: 0px;

}
.rich-checkbox-01
{
    display: block;
    position: relative;
    cursor: default;
    text-align: center;
	width:95%;
	margin:0 auto;
}
.rich-checkbox-01.rich-checkbox-button{
     background: #f0f0f0;

    margin-bottom: 20px;
    border-radius: 5px;
 }

.rich-checkbox-01 > input[type="checkbox"]
{
    position: absolute;
    z-index: -1;
}

/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ髱樣∈謚樊凾 */
.rich-checkbox-01 > .rich-checkbox-label:before
{
    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 4%;
    width: 18px;
    height: 18px;
    border: 1px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;
}

.rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label:before
{
    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;
}

.rich-checkbox-01 > .rich-checkbox-label
{
    padding: 10px 17px 10px 13%; /* 50px = 15px + 2px + 16px + 2px + 15px */
    /* border: 3px solid #ffffff; :checked 譎ゅ�鬆伜沺繧堤｢ｺ菫� */
    display: block;
    position: relative;
    z-index: 0;
    background: white;
    color: #2b2b2b;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label
{
    padding: 10px 17px 10px 50px; /* 50px = 15px + 2px + 16px + 2px + 15px */
    /* border: 3px solid #ffffff; :checked 譎ゅ�鬆伜沺繧堤｢ｺ菫� */
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 0;
    background: #f0f0f0;
    color: #2b2b2b;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label:before
{
    border: none;
    background: url("../image/icon_rich_checkbox_01.png") center center no-repeat #ffffff;
}

.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label
{
    background: #036EB8;
    color: white;
}

.rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label .icon-detail-01
{
    background: #036EB8;
    color: white;
    border-color: white;
}

.rich-checkbox-01 .rich-checkbox-title
{
    font-size: 13px;
    font-weight: normal;
}
.rich-checkbox-01 .rich-checkbox-tag
{
    position: relative;
    display: inline-block;
    font-size: 12px;
    width: 90%;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}

.select-form-box-consup .rich-checkbox-01.rich-checkbox-button > .rich-checkbox-label:before {
    border-radius: 5px;
}

.select-form-box-consup .select-form-box-text-div-box-inner p:nth-child(1) {
    margin-top: 20px;
}

.select-form-box-consup p.radio-button-column-2 {
    margin: 35px 0 20px;
}

.select-form-box-consup .rich-checkbox-01 > .rich-checkbox-label {
    border: 3px solid;
    border-color: white;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label {
    border-color: rgb(0, 160, 233);
    background-color:rgba(0, 160, 233, 0.1);
    color: black;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label:before {
    border: 2px solid #a6a6a6;
}

.select-form-box-consup .rich-checkbox-01 > input[type="checkbox"]:checked + .rich-checkbox-label .icon-detail-01 {
    background: #ffffff;
    color: #036EB8;
    border-color: #036EB8;
}

.select-form-box-consup .icon-detail-01 {
    text-align: center;
    position: absolute;
    right: 10px;
	width:auto;
	padding-right:20px;
	min-width:80px;
	box-sizing:border-box;
}
a.icon-detail-01
/*.icon-detail-01:link,*/
/*.icon-detail-01:visited,*/
/*.icon-detail-01:active*/
{
    margin: 0 0 3px 0;
    padding: 3px 11px;
    display: inline-block;
    border: 1px solid #036EB8;
    background: #ffffff;
    color: #036EB8;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 100px;
    vertical-align: middle;
    text-decoration: none;
	color:#036EB8;
}
.select-form-box-consup .icon-detail-01 > img {
    max-height: 1em;
    position: absolute;
    top: 5px;
    right: 7px;
}

.plan_span {
    width: 80%;
}


h2.select-form-box-balloon-heading {
	padding: 0 0 9px 22px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	color:#2b2b2b;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 10px 0;
	border-left: 0px solid#036EB8;
}
.select-form-box-balloon {
    margin: 0px auto;
    padding: 20px 0;
    position: relative;
    border-radius: 5px;
    background: #f0f0f0;
	width:95%;

}
.rich-radio-button-02 > .rich-radio-button-label {

    padding: 21px 15px 21px 20%;
    display: block;
    position: relative;
    z-index: 0;
    background: #f0f0f0;
    color: #2b2b2b;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
    line-height: 1.5;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: normal;

}
.rich-radio-button-02 > .rich-radio-button-label::before {

    box-sizing: border-box;
    content: "";
    margin: -10px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 4%;
    width: 18px;
    height: 18px;
    border: 1px solid #a6a6a6;
    background: #ffffff;
    border-radius: 50%;

}
.rich-checkbox-column-3 > .rich-checkbox-column-item {
    display:inline-block;
}
.rich-checkbox-column-3 > .rich-checkbox-column-item:first-of-type {

    width: 100%;
    text-align: left;
	padding-bottom:5px;

}
.rich-checkbox-column-3 > .rich-checkbox-column-item:nth-of-type(3) {

	width:30%;
    vertical-align: middle;
    text-align: left;

}
.rich-checkbox-column-3 > .rich-checkbox-column-item:nth-of-type(4) {

	width:20%;
    vertical-align: bottom;
    text-align: left;

}

.rich-checkbox-column-3.campain > .rich-checkbox-column-item:nth-of-type(4) {

	width:65%;
	text-align: right;
}
.rich-checkbox-column-3 > .rich-checkbox-column-item:nth-of-type(5) {

	width:47%;
    vertical-align: bottom;
    text-align: right;
}

/* =========================================================================================
// 2018/02/05 add
========================================================================================= */

/* common
----------------------------------------------------------------------------------------- */

table.entry_form {
    width: 95%;
    margin: 0 auto;
}

.entry_form thead th + th,
.entry_form tbody td {
  border-left: 0px solid #aaa;
}
.entry_form th {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
	border-top: 1px solid #ccc;
}
.entry_form th.first {
	/* border-top: 0px solid #ccc; */
}
.entry_form tbody tr:last-child th{

    border-bottom:1px solid #ccc;

}
.entry_form th span {
    top: 12px;
    right: 15px;
}

.entry_form td {
    display: block;
    width: auto;
    margin: -1px 0;
}

.entry_form td p {
}

.entry_form td ul {
}

.entry_form td ul li {
    width: 30%;
    margin-right: 2%;
}

.entry_form td input[type="text"],
.entry_form td input[type="email"],
.entry_form td input[type="password"] {
    width: 80%;
    padding: 5px;
    border: 1px solid #ccc;
}

.entry_form input[type=radio],
.entry_form input[type=checkbox] {
}

.entry_form td select {
    width: 70%;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}


.sp_bizimo_td {
    padding: 5px 15px !important;
}
.sp_hidden {
    display: none !important;
}

.module_td span:nth-child(2) {
    margin-left: 78px;
}

.module_td span:nth-child(3) {
    margin-left: 20px;
}

.entry_form .bizimo_tr:first-child th {
    border-bottom:1px solid #ccc;
}
.support_th {
    border-top:1px solid #ccc !important;
    border-bottom:1px solid #ccc !important;
}
.support_count {
    padding: 0;
}
/* class
---------------------------------------------- */

.entry_form td input[type="text"].width_short {
	width:100px;
}

.entry_form .float_left {
	float:inherit;
}

.entry_form .float_box {
	display:block;
	float:inherit;
	margin-left:0px;
	padding-top:10px;
	font-size:12px;
	line-height:14px;
}

.entry_form .clear_both {
	clear:both;
	margin-top:15px;
	margin-bottom:5px;
}

.entry_form .color_red {
}

.entry_form .color_red .text_right {
}

.entry_form .text_center {
}

.entry_form .text_right {
}

/* addr
---------------------------------------------- */

.entry_form tr.addr {
}

.entry_form tr.addr td span {
	width:100%;
	height:auto;
	display:block;
	float:inherit;
	margin-top:10px;
	line-height:inherit;
	white-space:nowrap;
}

.entry_form tr.addr td span:nth-of-type(3) {
	width:100%;
	clear:both;
	margin-top:20px;
	margin-bottom:-30px;
	font-size:11px;
}

.entry_form tr.addr td input,
.entry_form tr.addr td select {
	width:80%;
	margin-top:5px;
}

.entry_form tr.addr td input[type="button"] {
	background:#036EB8;
	width:84px;
	height:30px;
	margin:0 15px 5px 5px;
	border:1px solid #C8C8C8;
	color:#fff;
	font-weight:bold;
}

/* relationship
---------------------------------------------- */

.entry_form tr.relationship {
}

.entry_form tr.relationship th span {
	margin-top:0;
}

.entry_form tr.relationship td {
	padding:15px;
}

/* error
---------------------------------------------- */

.error_message {
	background:#FFC0CB;
    width: 95%;
	margin:-30px auto 20px;
	padding:18px 20px;
	border:1px solid #800000;
	border-radius: 5px;
    box-sizing: border-box;
}

.form_error {
	clear:both;
	color:#cc0000;
}


/* second
----------------------------------------------------------------------------------------- */

#second {
}

#second table.entry_form {
}

#second table.entry_form input[type=radio] {
}

#second .choice_keiyaku {
}

#second .choice_keiyaku li:last-child {
	float:inherit;
}

#second .choice_keiyaku li label {
}

#second .choice_keiyaku li {
}

#second .choice_keiyaku li span {
	font-size:12px;
}

#second .choice_keiyaku input[type=radio] {
	top:43px;
}

#second .choice_simset.top li span {
	display:none;
}


/* third
----------------------------------------------------------------------------------------- */

#third {
}

#third h3 {
}

#third p {
    width: 95%;
    margin: 0 auto 50px;
}

#third p:first-of-type {
	/* margin:0px auto 20px; */
}

#third p:last-of-type {
	margin-bottom:20px;
}

#third table {
}

#third .sp_none {
	display:none;
}


/* fourth
----------------------------------------------------------------------------------------- */

#fourth {
}

#fourth h2 {
}

#fourth h4 {
    width: 95%;
	margin:0 auto 20px;
	padding:18px 20px;
	border:1px solid #ccc;
	border-radius: 5px;
    box-sizing: border-box;
}

#fourth h4 span {
    background: #036EB8;
    margin:0 0 0 15px;
    padding:0 10px;
    color: #fff;
    font-size: 12px;
	text-align:center;
    border-radius: 3px;
}

#fourth h5 {
    width: 95%;
    margin: 20px auto 10px;
    padding: 0 0 0 10px;
    border-left: 5px solid #ccc;
    box-sizing: border-box;
}

#fourth .entry_form {
	margin-bottom:50px;
}

#fourth input[type=checkbox] {
	display: inline;
	margin:20px 10px 0px 0;
}

#fourth input[type=file] {
	margin:10px 0 20px 0;
	font-size:12px;
}

#fourth select {
    width: 95%;
	display:block;
	margin:0 auto 20px;
	padding:6px 20px;
	border:1px solid #036EB8;
	border-radius: 5px;
}

#fourth p {
	margin:20px 0 10px;
	padding:0 2.5%;
	line-height:22px;
}

#fourth p.JS-fw04-pl {
	line-height:32px;
}

#fourth .font_red {
	color:#cc0000;
}

#fourth a {
	color:#12c;
	text-decoration:underline
}

#fourth ul {
	height:auto;
	margin-bottom:50px;
}

#fourth ul li {
	width:95%;
	display:block;
	margin:0 auto;
	float:inherit;
}

#fourth ul li input[type=file] {
	margin-left:0px;
	/* margin-left:10px;
	line-height:42px; */
}

#fourth ul li a.dl_btn {
	background:#E2E2E2;
	width:100%;
	height:40px;
	display:block;
	float:left;
	position:relative;
	border:1px solid #808080;
	border-radius: 5px;
	text-align:center;
	color:#000;
	font-size:18px;
	line-height:40px;
	text-decoration:none;
}

#fourth ul li p {
}

#fourth ul li .form_error {
	padding:0 0 20px;
}

#fourth ul li a i {
	position:absolute;
	top:10px;
	right:10px;
}

#fourth .form_error {
	padding:0 2.5%;
}

#fourth #filtering {
}

#fourth #filtering p {
	margin-bottom:20px;
	line-height:24px;
}

#fourth #filtering p.text-indent {
	padding:0 2.5% 0 25px;
}

#fourth #filtering label {
	width:95%;
	display:block;
	margin:10px auto;
}

#fourth #filtering label input[type=radio] {
	display: inline;
	margin:0 5px 0 0;
}


/* fifth
----------------------------------------------------------------------------------------- */

#fifth {
	width:95%;
	margin:20px auto 0;
}
#fifth p {
	padding:80px 0 80px;
	font-size:15px;
	line-height:28px;
	letter-spacing:1px;
}

/* ====================================================================================== */
#index {
	
	width:95%;
	background:#ebfbff;
	margin:20px auto 0;
	border:1px solid #C8C8C8;
	text-align:center;
	border-radius:5px;
	padding:80px 4% 80px;
	box-sizing:border-box;
}
#index ul 	{
	display:inherit;
	width:100%;
	font-size:18px;
}
#index ul li {
	line-height:48px;
	width:100%;
}
#index ul li a {
	text-decoration:underline;
}
#second .choice_simset.top li {
}
#second .choice_simset.top li label {
    display: table-cell;
    width: 490px;
	height:auto;
    padding: 40px 10px;
    border: 1px solid #afafaf;
    border-radius: 7px;
    vertical-align: middle;
    box-sizing: border-box;
	font-size:16px;

}
#second .choice_simset.kubun li  {
}
#aplly_kind01_02 p {
	width:95%;
	margin:0 auto 20px;
	font-size:12px;
}
.step-content, .step-content .step-div {

    width: 100%;
    min-width: auto;

}
.div_main_body.div-step {
	border: none;
	margin: 0;
	padding: 0;
}
.step-list {
	position: relative;
	width: 95%;
	height: 80px;
	list-style: none;
	font-size: 0;
	padding-top: 15px;
	margin:0 auto 15px;
}

.step-list .step {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 8%;
	height: 55px;
	background: #036EB8;
	padding: 8px 0;
	color: #036EB8;
}

.step-list .step-arrow {
	position: relative;
	width: 4%;
	height: 55px;
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #036EB8;
}

.step .step-text {
	color: white;
	padding-top: 3px;
	font-size: 11px;
	font-weight: 600;
	display: none;
}

.step .step-number {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
	margin: auto;
	background: white;
}

.step-list .step.current {
	width: 33%;
	background: #036EB8;
	color: #036EB8;
}
/* æœ€åˆã®ã‚¹ãƒ†ãƒƒãƒ—ã®ãƒ†ã‚­ã‚¹ãƒˆãŒé•·ã„ãŸã‚ã€æ¨ªå¹…ã‚’å›ºå®šã™ã‚‹ */
.step-list .step:first-child.current {
	min-width: 115px;
	background: #036EB8;
	color: #036EB8;
}

.step.current .step-number {
	position: relative;
	margin: 0 auto;
}

.step.current .step-text {
	display: block;
}

.step.current ~ .step {
	background: #e1e1e1;
	color: #a1a1a1;
}

.step.current ~ .step-arrow {
	color: #e1e1e1;
}

.sign {width: 95%;
	height:120px;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #036EB8;
	border-radius: 5px;
-webkit-appearance: menulist;
}

.daisu {
	width:100%;
	max-width:240px;
	margin:0 auto 30px;
	white-space:nowrap;
}


table.entry_form td div {
	display:inherit;
}
table.entry_form td div label {
	display:inline-block;
		width:50%;
	line-height:30px;
}
h3.total {
	border-bottom:1px solid #036EB8;
	position:relative;
	margin-bottom:20px;
}
h3.total span {
	position:inherit;
	display:block;
	text-align:right;
	padding-top:10px;
}
}