/* ==================================================
	base
================================================== */

#main_content.visid > div {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.4;

}
#main_content img {
	height: auto;
}

.fc_blue {
    color: #4759f5;
}
.marker {
	background: linear-gradient(transparent 65%, rgba(255,204,0,.3) 65%);
}



/* ==================================================
	sub_content
================================================== */

.sub_content {
    margin-top: 20px;   
    overflow: hidden;
}
.sub_content > div:not(:first-child) {
    background: #d5dffe;
    border-top: 9px solid #0054dd;
}
.sub_content > div:nth-child(n+2) {
    margin-top: 25px;
}
.sub_content > div > div {
    padding: 15px 15px 40px;
}

.title_s {
    position: relative;
    color: #fff;
    background: #0054dd;
    transform: skewX(160deg);
    border-radius: 0 0 12px 0;   
    display: inline-block;
    margin: -1px 0 0 -20px;
    padding: 5px 40px 10px;  
    text-align: center;
    min-width: 80%;
}
.title_s span {
    display: block;
    transform: skewX(-160deg);
    font-size: 28px;
    letter-spacing: 1px; 
    background: #0054dd;
}

.title_l {
    color: #0054dd;
    text-align: center;
    border-bottom: 1px solid #0054dd;
    padding-bottom: 10px;
    margin: 20px 15px 10px;
    font-size: 32px;
    font-weight: bold!important;
    line-height: 1.4;
}
h2.title_l span {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
}

.sub_title {
    color: #0054dd;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.sub_title + p, .sub_title + p + p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.sub_content > div p + p {
    margin-top: 15px;
}

.sub_content .inner {
    padding: 15px;
    background: #fff;
    border-radius: 30px;
}
.sub_content .inner > div:nth-child(n+2) {
    margin-top: 15px;
}

@media screen and (min-width:480px) {
    .title_s {
        min-width: 60%;
    }
}

@media screen and (min-width:768px) {
    .title_s {
        font-size: 30px;
        padding: 5px 100px 10px;  
        min-width: 50%;
    }
    .title_l {
        font-size: 36px;
        margin: 20px 40px;
        padding-bottom: 15px;
    }
    .sub_title {
        font-size: 22px;
    }
    .sub_title + p, .sub_title + p + p {
        font-size: 20px;
    }
    .sub_content > div > div {
        padding: 15px 40px 40px;
    }
    .sub_content .inner {
        padding: 20px;
    }
    .sub_content .inner > div:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media screen and (min-width:1024px) {
    .sub_content {
        margin-top: 30px;    
    }
    .sub_content > div:nth-child(n+1) {
        margin-top: 28px;
    }
    .title_s {
        min-width: 270px;
    }
    .title_l {
        font-size: 42px;
        margin: 10px 45px 40px;
    }
    h2.title_l span {
        font-size: 26px;
    }
    .sub_title {
        font-size: 24px;
    }
    .sub_content > div > div {
        padding: 0 45px 45px;
    }
    .sub_content .inner {
        padding: 60px;
    }
    .sub_content .inner > div:nth-child(n+2) {
        margin-top: 30px;
    }
}


.sub_content h3.hLine {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.sub_content h3.hLine > span::before, .sub_content h3.hLine > span::after {
    opacity: 1;
}

@media screen and (min-width:768px) {
    .sub_content h3.hLine {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:1024px) {
    .sub_content h3.hLine {
        font-size: 30px;
        margin-bottom: 30px;
    }
}


.num_list > li {
    display: flex;
    align-items: center;
}
.num_list > li:not(:last-child) {
    margin-bottom: 3px;
}
.num_list span {
    color: #0054dd;
    font-weight: bold;
    font-size: 160%;
    padding-right: 10px;
}


/* sub_box */
.sub_box {
    border: 2px solid #0054dd;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
}
.sub_box > div {
    padding: 15px;
}

.title_ss {
    background: #0054dd;
    padding: 6px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

h5.title_box {
    border-bottom: 1px solid #0054dd;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

h5.title_box span {
    background: #0054dd;
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.sub_box p {
    line-height: 1.6;
}

@media screen and (min-width:768px) {
    .sub_box {
        margin-top: 40px;
    }
    .sub_box > div {
        padding: 25px;
    }

    .title_ss   {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

@media screen and (min-width:1024px) {
    .sub_box > div {
        padding: 40px;
    }

    h5.title_box {
        font-size: 20px;
        margin-bottom: 20px;
    }
    h5.title_box span {
        font-size: 24px;
        width: 34px;
        height: 34px;
        margin-right: 12px;
    }
}


/* m_img */
.m_img {
    text-align: center;
    padding-top: 0!important;
}

@media screen and (min-width:1024px) {
    .m_img {
        text-align: right;
        margin-top: -100px;
    }
}


/* p_table */

table.p_table th,
table.p_table td {
	padding: .5em .8em;
	border: 1px solid #ccc;
}
table.p_table th {
	background: #eceefe;
    text-align: left;
}
table.p_table td {
	background: #fff;
}



/* ==================================================
	RECOMMEND
================================================== */

.prod_img {
    text-align: center;
    margin-top: 25px;
}
.prod_name {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 10px!important;
    
}

.prod_button {
	display: inline-block;
	vertical-align: bottom;
	padding: .5em 2.8em .5em 2.2em;
	color: #0054dd;
	font-size: 18px;
	line-height: 1.2;
	background-color: #fff;
	border: 3px solid #0054dd;
	transition: .2s;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    transition: .3s;
}
.prod_button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #0054dd;
    border-right: 2px solid #0054dd;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.prod_button:link,
.prod_button:visited,
.prod_button:focus {
	text-decoration: none;
	color: #0054dd;
}

/* hover */
.prod_button:hover {
    color: #fff;
}
.prod_button:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.prod_button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0054dd;
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .3s;
}
.prod_button:hover::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}

@media screen and (min-width:1024px) {
    .prod_button {
        font-size: 21px;
        padding: 16px 76px;
        margin-top: 30px;
    }
    .prod_button::after {
        right: 16px;
        width: 11px;
        height: 11px;
    }
}