@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*マーカー*/
.marker-halfRed {
    background: linear-gradient(transparent 60%,#FFC6C6 60%);
}

.marker-halfBlue {
	background: linear-gradient(transparent 60%,#cce5ff 60%);
}

.marker-halfYellow {
    background: linear-gradient(transparent 60%,#ffffbc 60%);
    color: #ff0000;
}

#main_content .post_content table td {
	vertical-align: middle;
}

#main_content .post_content table {
	font-size: 14px;
}




.af_shiny_button {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff!important;
    letter-spacing: 0.1em;
	background: #f49801;
    cursor: pointer;
}
.af_shiny_button a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    color: #fff !important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
	 box-shadow: 0px 4px #bd6c00;
}
.af_shiny_button:hover {
    color: #999999;
	box-shadow: none;
    transform: translate3d(0, 2px, 0);
    transition: all .4s;
	text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.af_shiny_button a:hover {
    color: #999999;
	box-shadow: none;
    transform: translate3d(0, 2px, 0);
    transition: all .4s;
	text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.af_shiny_button a:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 2.5s infinite linear;
    -webkit-animation: shiny 2.5s infinite linear;
    -moz-animation: shiny 2.5s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}


.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.af-link-box {
text-align: center;
max-width: 300px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}
.af-link-box img {
 padding: 30px 0 20px 0;
}
.widgetAfTag__header {
	padding-left: 55px!important;
}


aside.profile div.profile__author p.profile__group {
	display: none;
}

.widgetSearch__tag {
	display: none !important;
}

.searchBtn__content {
    height: auto!important;
}


.af-link-box {
text-align: center;
max-width: 300px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
}

.af-link-box img {
 padding: 30px 0 20px 0;
}

.widgetAfTag__header {
	padding-left: 55px!important;
}


/* App Download */

#app-dl__sec {
    background-color: #efefef;
    border:  1px dashed #555;
	 margin-top: 20px;
}
.app-dl__wrap {
    overflow: hidden;
}
.app-dl__img {
    float: left;
    width: 175px;
}
.app-dl__img img{
    width: 150px;
    height: auto;
    padding:  10px;
}
.app-dl__info {
    margin-top: 10px!important;
}
.app-dl__info-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 10px;
	margin-top: 0px!important;
}
.app-dl__info-ttl::after {
	display: none!important;
}
.app-dl__info-developper{
    font-size: 12px;
    color: #999;
	margin-top: 0px!important;
}
.app-dl__info-developper::after {
	display: none!important;
}
.app-dl__info-fee{
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
	margin-top: 0px!important;
}
.app-dl__info-fee::after {
	display: none!important;
}
.app-dl__info-promote {
    margin-bottom: 5px;
    font-weight: bold;
    color: red;
	margin-top: 0px!important;
}
.app-dl__info-promote::after {
	display: none!important;
}
.app-dl__info-links {
    margin-bottom: 20px;
	margin-top: 0px!important;
	text-align: center;
}
.app-dl__info-links__itunes {
    width: 210px;
    display: inline-block;
	margin-top: 0px!important;
}
.app-dl__info-links__itunes img{
    width: 200px;
    height: auto;
}
.app-dl__info-links__googleplay {
    display: inline-block;
    width: 210px;
	margin-top: 0px!important;
}
.app-dl__info-links__googleplay img{
    width: 200px;
    height: auto;
}
.app-dl__info-notice {
    margin-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 14px;
}


@media (max-width:480px) {
    .app-dl__img {
        float: left;
        width: 115px;
    }
    .app-dl__img img{
			width: 110px;
        padding: 5px;
    }
    .app-dl__info {
        margin-top: 10px;
    }
    .app-dl__info-links {
        width: 100%;
        margin-bottom: 10px;
    }
    .app-dl__info-ttl {
        font-size: 18px;
		 line-height: 1.3!important;
        font-weight: bold;
        margin-bottom: 5px;
        padding-right: 5px;

    }
    .app-dl__info-fee{
        margin-bottom: 30px;
    }
    .app-dl__info-links__itunes {
        display: inline-block;
        width: 47%;
    }
    .app-dl__info-links__itunes img{
        width: 100%;
        height: auto;
		  padding-right: 1%;
    }
    .app-dl__info-links__googleplay {
        display: inline-block;
        width: 47%;
    }
    .app-dl__info-links__googleplay img{
        width: 100%;
        height: auto;
		  padding-left: 1%;
    }
}

/* appreach */

.appreach {
  text-align: left;
  padding: 25px;
  border: 3px solid #eee;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
	margin-top: 0.5rem!important;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 1rem!important;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width:420px) {

    .appreach {
		  padding: 20px 12px;
		}
}

@media (max-width:320px) {

    .appreach {
		  padding: 20px 2px;
		}
}


/* appreach */

.appreach {
  text-align: left;
  padding: 25px;
  border: 3px solid #eee;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
	margin-top: 0.5rem!important;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 1rem!important;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width:420px) {

    .appreach {
		  padding: 20px 12px;
		}
}

@media (max-width:320px) {

    .appreach {
		  padding: 20px 2px;
		}
}


/* profile隠し */
aside.profile div.profile__author p.profile__group {
	display: none;
}

.marker-halfYellow{background:linear-gradient(transparent 60%,#ffffbc 60%);color:#ff0000;}


/* common_cvBtn */

.common_cvBtn-wrap {
    text-align: center;
}
.common_cvBtn {
    background: #2bb94c;
    color: #ffffff!important;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px 3em;
    text-align: center;
    font-size: 18px;
    transition: all .2s ease;
    position: relative;
    text-decoration: none;
    line-height: 2.0;
    border-bottom: solid 3px #013b13;
}
.common_cvBtn::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.common_cvBtn:hover {
    opacity: .7;
    transition: .2s all;
}
.common_cvBtn a {
    color: #ffffff!important;
    text-decoration: none;
}
@media (max-width:767px) {

    .common_cvBtn{
        background: #2bb94c;
        color: #ffffff!important;
        box-shadow: 0px 1px 5px rgba(0,0,0,.3);
        width: calc(100% - 30px);
        margin: 0.5em auto;
        padding: 12px 15px;
        font-size: 17px;
        text-decoration: none;
    }
}

/* common-recommend-box css for swell 20230904 */

.common-recommend-box {
    max-width: 700px;
    padding: 12px 24px 5px;
    position: relative;
    margin: 2rem auto 2rem;
}

.common-recommend-box__blue {
    border: solid 1px #eaedf2;
    max-width: 700px;
    background: #f3f6fc;
    color: #54687c;
}

	.l-mainContent__inner .post_content .common-recommend-box table td {
    background: #fff !important;
	}

.common-recommend-box__yellow {
    border: solid 1px #f7cf6a;
    max-width: 700px;
    background: #fffdef;
    color: #54687c;
}

.common-recommend-box__img {
    width: 100%;
    margin-top: 1rem!important;
}

.common-recommend-box__img img{
    width: 100%;
}

.common-recommend-box__ttl {
    font-size: 22px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.common-recommend-box__list{
    margin-top: 0!important;
    color: #54687c!important;;
}

.c-scrollHint{
	margin-top: 0em;
}




/* tablescroll css for swell  */
 
	 .common-recommend-box__ttl {
		font-size: 18px;
	}
	.common-recommend-box {
        max-width: 700px;
        padding: 12px 12px 5px;
        position: relative;
        margin: 2rem auto 2rem;
    }
    .tableScroll {
		  overflow-x: scroll;
	  }
	  .tableScroll table {
			width: 100%;
			border-collapse: collapse;
			white-space: normal;
		  table-layout: fixed;
		}

@media (max-width:767px) {
	  .tableScroll table {
		  max-width: 1000px;
			border-collapse: collapse;
		  white-space: normal;
}
	
}

.tableScroll table th:first-child{
	width: 150px!important;
}

.tableScroll table td:first-child{
	width: 150px!important;
}
	
	.tableScroll table th:nth-child(2) {
	width: 250px!important;		
}
	
.tableScroll table td:nth-child(2) {
	width: 250px!important;
}

	.tableScroll table th:nth-child(3) {
	width: 100px!important;
}
	
.tableScroll table td:nth-child(3) {
	width: 100px!important;
}
	
		.tableScroll table th:nth-child(4) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(4) {
	width: 150px!important;
}

.tableScroll table th:nth-child(5) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(5) {
	width: 150px!important;
}
	
	.tableScroll table th:nth-child(6) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(6) {
	width: 150px!important;
}
	
		.tableScroll table th:nth-child(7) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(7) {
	width: 150px!important;
}
	
.tableScroll table th:nth-child(8) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(8) {
	width: 150px!important;
}
	
.tableScroll table th:nth-child(9) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(9) {
	width: 150px!important;
}
	
	.tableScroll table th:nth-child(10) {
	width: 150px!important;
}
	
.tableScroll table td:nth-child(10) {
	width: 150px!important;
}
	

/* 7行目以降アコーディオン処理 */

.accordionTable {
	height: auto!important;
}

.accordionTable .accordion {
    display: none;
}

.accordionTable.expanded .accordion {
    display: table-row;
}

.accordionTableButtonContainer {
    display: flex;
    justify-content: center;
    margin: 20px 0; 
}

.accordionTableToggleButton {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #222;
    color: white;
    border: none;
    border-radius: 5em;
    text-align: center;
    transition: background-color 0.3s; 
}

.accordionTableToggleButton:hover {
    background-color: #444;
}

.accordionTableToggleButton:active {
    background-color: #222; /* クリック時の色 */
}


/* formal for business client */

.formal-recommend-box {
    border: solid 1px #eaedf2;
    max-width: 500px;
    background: #f3f6fc;
    color: #54687c!important;
    padding: 12px 24px 5px;
    position: relative;
    margin: 2rem auto 2rem;
}

.formal-recommend-box__img {
    width: 100%;
    margin-top: 1rem!important;
}

.formal-recommend-box__img img{
    width: 100%;
}

.formal-recommend-box__ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.formal-recommend-box__list{
    margin-top: .5rem!important;
    color: #54687c!important;;
}

.formal-recommend-box__btn-wrap {
    text-align: center;
}

.formal-recommend-box__btn{
    background-color: #37beb0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 17px 25px;
    border-radius: 3px;
    min-width: 140px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
	 position: relative;
}

.formal-recommend-box__btn::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

a.formal-recommend-box__btn {
    color: #fff!important;
}

.formal-recommend-box__btn:hover {
    opacity: .8;
    transition: .5s all;
}

.formal-recommend-box__btn-copytxt {
    margin: 10px 0 0 0;
    font-size: 13px;
}

/* formal btn */

.formal__btn-wrap {
    text-align: center;
    border: solid 1px #eaedf2;
    width: 100%;
    background: #f3f6fc;
    color: #54687c!important;
    padding: 30px 0 2px;
    position: relative;
    margin: 2rem auto 2rem;
}

.formal__btn{
    background-color: #37beb0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 17px 20px;
    border-radius: 3px;
    min-width: 140px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}

a.formal__btn {
    color: #fff!important;
}

.formal__btn:hover {
    opacity: .8;
    transition: .5s all;
}

.formal__btn-copytxt {
    margin: 10px 0 0 0;
    font-size: 13px;
}







