.start-Check_Action {
    margin-top: 40px;
    margin-bottom: 40px;
}

.start-Check_Action a {
    position: relative;
    background-image: linear-gradient(to top, #007e89 0%, #0091a6 100%);
    background-position: left bottom;
}

.start-Check_Action a:hover, .start-Check_Action a:focus {
    background-image: linear-gradient(to top, #218f98 0%, #219fb2 100%);
}

.start-Check_Action .start-Check_LinkIcon {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
}

.start-Flow_Action {
    margin: 50px 0 30px;
}

.start-DescriptionList dt {
    font-weight: bold;
}

.start-DescriptionList dd {
    margin-left: 0;
}

.start-DescriptionList dd:not(:last-child) {
    margin-bottom: 20px;
}

.start-Link1 {
    margin: 25px 0 0;
    text-align: center;
}

.start-Link2 {
    margin: 25px 0 30px;
}

.start-NoticeBox {
    background-color: #fff;
}

.start-NoticeBox dt, .start-NoticeBox dd {
    display: inline;
}

.start-NoticeBox dt {
    font-weight: bold;
}

.start-NoticeBox dd {
    margin-left: 0;
}

.start-Hdg3Pt1 {
    color: #007e89;
}

.start-Hdg3Pt1 img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    line-height: 1;
}

.start-OrderedList1 {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.start-OrderedList1 .start-OrderedList1_Item {
    border-radius: 5px;
    background-color: #fff;
}

.start-OrderedList1 .start-OrderedList1_Item .frame iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;right:0;
}

.start-OrderedList1 .start-OrderedList1_Item .frame{
    width: 80%;
    max-width: 560px;
    height: 0;
    padding-bottom: 35%;
    margin: 20px auto;
    position: relative;
}
.start-OrderedList1 .start-OrderedList1_Item .img{
    width: 80%;
    max-width: 560px;
    margin: 20px auto;
}
.start-OrderedList1 .start-OrderedList1_Item img{
    max-width: 100%;
}


.start-OrderedList1 .start-OrderedList1_Item > p {
    margin: 0;
}

.start-OrderedList1 .start-OrderedList1_Title {
    display: block;
    margin-bottom: 12px;
}

.start-DocHeader {
    margin-top: -20px;
}

.start-DocHeader img {
    line-height: 1;
    vertical-align: middle;
}

.start-flex,.start-flex2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.start-flex li{
    list-style: none;
    margin: 0 10px;
    width: 40%;
}
.start-flex2 li{
    list-style: none;
    margin: 0 10px;
    width: 30%;
}
.start-flex li img{
    max-width: 100%;
}

.start-Check_Inner {
    background-color: #f3f9fb;
}

.start-Procedure, .start-Transfer {
    background-color: #f3f9fb;
}

.start-SelectPoint, .start-ProductType {
    border-radius: 5px;
    background-color: #f3f9fb;
}

.start-ProductType .start-ProductType_Fig1 {
    margin-bottom: 50px;
}

.start-Formats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    list-style-type: none;
}

/*add 2018*/
.start-Formats_TwoItem_OuterFrame{
    padding:0 20% 0 20%;
}

.start-Formats_Item {
    -ms-flex: 0 1 190px;
        flex: 0 1 190px;
}

.start-Formats a {
    position: relative;
    display: block;
    text-decoration: none;
}

.start-Formats_Title {
    display: block;
    margin-bottom: 10px;
    color: #007e89;
    text-align: center;
}

.start-Formats_FileThumb {
	 width: 100%;
    /* box-sizing: border-box;
    padding: 9px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(132, 132, 132, .6);
    background-color: #ddeef2;*/
}

.start-Formats a:hover .start-Formats_FileThumb,
.start-Formats a:active .start-Formats_FileThumb,
.start-Formats a:focus .start-Formats_FileThumb {
    /* background-color: #007e89;*/
    opacity: 0.9;
}

.start-Formats_PDFIcon {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

.start-FAQ div {
    background-color: #ddeef2;
}

.start-FAQ .cmn-FAQList_Title, .start-FAQ button {
    background-color: #f0f8fa;
}

.start-FAQ button {
    border-bottom-color: #ddeef2;
}

.start-FAQ .cmn-FAQList_Body[aria-hidden="false"] {
    border-bottom-color: #ddeef2;
}

@media screen and (min-width: 770px) {
    .start-Check_Action {
        padding: 10px 0 0;
        background-image: url(/start/images/bg_index_01.png), url(/start/images/bg_index_02.png);
        background-repeat: no-repeat;
        background-position: 40px top, right 40px top;
    }

    .start-NoticeBox {
        padding: 25px;
    }

    .start-Flow {
        padding: 60px 0;
    }

    .start-Flow > div > section {
        margin-bottom: 80px;
    }

    .start-Flow > div > section.start-SectionMiddle_Last {
        margin-bottom: 0;
    }

    .start-Hdg3Pt1 {
        margin-bottom: 20px;
        line-height: 1.286;
        font-size: 1.75em;
    }

    .start-OrderedList1 .start-OrderedList1_Item {
        padding: 25px 30px;
    }

    .start-OrderedList1 .start-OrderedList1_Item:not(:last-child) {
        margin-bottom: 30px;
    }

    .start-DocHeader {
        position: relative;
        overflow: hidden;
        min-width: 1000px;
        height: 226px;
    }

    .start-DocHeader img {
        position: absolute;
        left: 50%;
        margin-left: -640px;
        max-width: none;
    }

    .start-Check_Inner {
        padding: 20px 0 60px;
        min-width: 1000px;
    }

    .start-Procedure, .start-Transfer {
        padding: 60px 0;
        min-width: 1000px;
    }

    .start-Procedure > div > section, .start-Transfer > div > section {
        margin-bottom: 80px;
    }

    .start-Procedure > div > section.start-SectionMiddle_Last,
    .start-Transfer > div > section.start-SectionMiddle_Last {
        margin-bottom: 0;
    }

    .start-SelectPoint, .start-ProductType {
        padding: 30px;
    }

    .start-ProductType:not(:last-child) {
        margin-bottom: 30px;
    }

    .start-Formats {
        margin: 40px 0;
    }

    .start-Formats_Title_ML {
      display: block;
      margin-bottom: 10px;
      height: 3em;
      color: #007e89;
      text-align: center;
    }

    .start-DisqualificationType {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .start-DisqualificationType_Text {
        width: 780px;
    }

    .start-DisqualificationType_Image {
        margin-left: 20px;
        width: 190px;
    }

    .start-FAQ {
        min-width: 1000px;
    }
}

.cmn-Table1 tbody th{text-align: center;}
.cmn-Table1 tbody tr:nth-child(3) td,
.cmn-Table1 tbody tr:nth-child(4) td,
.cmn-Wysiwyg1 table tbody tr:nth-child(3) td ,
.cmn-Wysiwyg1 table tbody tr:nth-child(4) td,
.cmn-Table1 tbody tr:nth-child(6) th,
.cmn-Wysiwyg1 table tbody tr:nth-child(6) th,
.cmn-Table1 tbody tr:nth-child(6) td,
.cmn-Wysiwyg1 table tbody tr:nth-child(6) td{
    background-color: #f1f9fd;
}

.cmn-Table1 tbody tr:nth-child(2) th,
.cmn-Wysiwyg1 table tbody tr:nth-child(2) th,
.cmn-Table1 tbody tr:nth-child(5) th,
.cmn-Table1 tbody tr:nth-child(5) td,
.cmn-Wysiwyg1 table tbody tr:nth-child(5) td {
    background-color: #dbeff9;
}

.join-AgeTable {
    margin: 0 auto;
}

.join-AgeTable caption {
    margin: 0;
    border-radius: 8px 8px 0 0;
    background-color: #007e89;
    line-height: 1.444;
    color: #fff;
    font-size: 1.125em;
    text-align: center;
}

.join-AgeTable tbody tr:nth-child(2n)::after {
    display: table;
    clear: left;
    content: "";
}

.join-AgeTable tbody tr:nth-child(1) th, .join-AgeTable tbody tr:nth-child(1) td,
.join-AgeTable tbody tr:nth-child(3) th, .join-AgeTable tbody tr:nth-child(3) td,
.join-AgeTable tbody tr:nth-child(5) th, .join-AgeTable tbody tr:nth-child(5) td,
.join-AgeTable tbody tr:nth-child(7) th, .join-AgeTable tbody tr:nth-child(7) td {
    /*background-color: #f7fae9;*/
    background-color: #f1f9fd;
}

.join-AgeTable tbody tr:nth-child(2) th, .join-AgeTable tbody tr:nth-child(2) td,
.join-AgeTable tbody tr:nth-child(4) th, .join-AgeTable tbody tr:nth-child(4) td {
    /*background-color: #edf3d2;*/
    background-color: #dbeff9;
}

.join-AgeTable tbody tr:first-child th:first-child,
.join-AgeTable tbody tr:first-child td:last-child {
    border-radius: 0;
}

.join-AgeTable tbody tr:nth-child(5) th {
    border-radius: 0 0 0 8px;
}

.join-AgeTable tbody tr:nth-child(6) th {
    border-radius: 0;
}

.join-AgeTable th, .join-AgeTable td {
    box-sizing: border-box;
     
}

.join-AgeTable td {
    text-align: center;
}


.join-AgeTable {
    width: 700px;
}

.join-AgeTable caption {
    padding: 15px 30px;
}

.join-AgeTable th {
    width: 50%;
    text-align: center;
}

.join-AgeTable td {
    width: 50%;
}

.join-AgeTable tr:nth-child(2n-1) td {
    width: 114px;
}


.guide-MaxPremiumTable{
    width: 1000px;
}

.guide-MaxPremiumTable tbody tr th{
    width: 100px;
    box-sizing: border-box;
} 
.guide-MaxPremiumTable tbody tr td{
    min-width: 160px;
    box-sizing: border-box;
} 
    .guide-MaxPremiumTable th,
    .guide-MaxPremiumTable table th,
    .guide-MaxPremiumTable td,
    .guide-MaxPremiumTable table td {
        padding: 15px 5px;
    }
.cmn-Table1 thead th, .cmn-Wysiwyg1 table thead th {
    background-color: #007e89;
}
.cmn-Table1JoinCpt1 thead th:not(:last-child), 
.cmn-Table1JoinCpt1 tbody th,
.cmn-Table1JoinCpt1 tbody td:not(:last-child) {
    border-right: 1px dashed #8ec7d3;
}

@media screen and (max-width: 769px) {
    .start-NoticeBox {
        padding: 15px;
    }

    .start-Flow {
        padding: 30px 0;
    }

    .start-Flow > div > section {
        margin-bottom: 30px;
    }

    .start-Flow > div > section.start-SectionMiddle_Last {
        margin-bottom: 0;
    }

    .start-Hdg3Pt1 {
        margin-bottom: 10px;
        line-height: 1.571;
        font-size: 1.077em;
    }

    .start-Hdg3Pt1 img {
        width: 28px;
        height: auto;
    }

    .start-OrderedList1 .start-OrderedList1_Item {
        padding: 15px;
    }

    .start-OrderedList1 .start-OrderedList1_Item:not(:last-child) {
        margin-bottom: 15px;
    }

    .start-DocHeader img {
        width: 100%;
    }

    .start-Check_Inner {
        padding: 20px 0 30px;
    }

    .start-Procedure, .start-Transfer {
        padding: 30px 0;
    }

    .start-Procedure > div > section, .start-Transfer > div > section {
        margin-bottom: 30px;
    }

    
  .start-OrderedList1 .start-OrderedList1_Item .frame {
        width: 100%;
        padding-bottom: 56%;
        margin-bottom: 0;
    }

    .start-OrderedList1 .start-OrderedList1_Item .img {
        width: 100%;
    }
    
    .start-Procedure > div > section.start-SectionMiddle_Last,
    .start-Transfer > div > section.start-SectionMiddle_Last {
        margin-bottom: 0;
    }

    .start-SelectPoint, .start-ProductType {
        padding: 15px;
    }

    .start-ProductType:not(:last-child) {
        margin-bottom: 15px;
    }

    .start-Formats {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 20px 0 0;
        justify-content: center;
    }

    .start-Formats_Item {
        margin-bottom: 20px;
        width: 46%;
        margin: 0 10px;
    }

    .start-DisqualificationType_Image, .start-DisqualificationType_Image li {
        width: 190px;
    }

}

/*# sourceMappingURL=start.css.map */
    
    
/*------------------------------------------------------------------------------
  quote / js
------------------------------------------------------------------------------*/
.quotColumn{
    position: absolute; font-size: 12px; width: 300px; line-height: 140%; 
    border-radius: 5px; padding: 0.8em;
    color: #2e2e2e;
    background: #fff8e0;  transform: translate3d(-25%,-125%,0);
    opacity: 0; pointer-events: none;
    transition: opacity 500ms;
}
.quotColumn.on{
	opacity: 1;
}

.quotColumn:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff8e0;
}

@media screen and (max-width: 770px) {
	.quotColumn{
		display: none;
	}
}
.quotColumn p {
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------------
  elevatezoom2
------------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
    .elevatezoom2{
        display: block;
        transition-duration: 500ms;
        position: relative;
    }

    .elevatezoom2:hover{
        /* transform: scale(1.3,1.3); */
        transform: scale(3.2,3.2);
    }
    .elevatezoom2_b{
        border: 1px solid #ccc;
    }
}




/*------------------------------------------------------------------------------
  page link
------------------------------------------------------------------------------*/

.contents_link_block{
    padding: 60px 0;
}

.link_page_title{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
    padding: 25px 0 8px;
    line-height: 1.6;
}
.link_page_info{
    text-align: center;
    font-size: 1.1rem;
    margin-top: 0;
}
.contents_link_area{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents_link_area .contents_block{
    margin-bottom: 15px;
    list-style: none;
}
.contents_link_area .contents_block{
    padding-left: 100px;
    position: relative;
}
.contents_link_area .contents_block:after{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/icon_arrow_2.png") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 37px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contents_link_area .contents_block:first-child{
    padding-left: 0;
}
.contents_link_area .contents_block:first-child:after{
    display: none;
}

@media screen and (max-width: 770px) {
    .contents_link_block{
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .link_page_title{
        font-size: 1.2rem;
        margin-bottom: 5px;
        padding: 10px 0 4px;
    }
    .link_page_info{
        text-align: center;
        font-size: 0.8rem;
    }
    .contents_link_area{
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contents_link_area .contents_block{
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .contents_link_area .contents_block:after{
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        left: 0;
        bottom: 2px;
    }
    .contents_link_area .contents_block:first-child{
        padding-left: 20px;
    }
    .contents_link_area .contents_block:first-child:after{
        display: inline-block;
    }
    .contents_link{
        margin: 0;
    }
}