@charset "utf-8";
/*
Theme Name: COCODAYO
Version: 1.0
Description: 防災アプリ『ココダヨ』サイト
*/

/* CSS Document */
body {
    -webkit-text-size-adjust: 100%;
}
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}

.container {
    max-width: 780px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (max-width: 736px) {
    .container {
	box-sizing: border-box;
	padding: 0 10px;
    }
}

.clearfix {
    clear: both;
}

img {
    max-width: 100%;
}

#header .top_image {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    background-color: #239979;
}

#header .bg {
    width: 100%;
    height: auto;
}
#header .flexslider {
    z-index:0;
}

.top_imageLogo{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 44%;
}
@media screen and (max-width: 736px) {
    #header .bg {
	display: none;
    }
    .top_imageLogo {
	width: 210px;
	height: auto;
    }
}

#header .bgSP {
    display: none;
}
#headbagSP {
    display: none;
}
@media screen and (max-width: 736px) {
    #header .bgSP {
		display: block;
    }
    #headbagSP{
		display: block;
		text-indent:-9999px;
		position: fixed;
		width: 100%;
		height: 54px;
		margin: 0 auto;
		top:0;
		background-color:#fff;
		z-index:80;
    }
    #headbagSP:after {
		content: "";
		display: block;
		width: 100%;
    }
    #headbagSP.fixed {
		background: #fff;
		background: white;
		-webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    }
}

#header .title {
    position: absolute;
    top: 40%;
    left: 45%;
}

#header .logo {
    padding: 10px;
    float: left;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media screen and (max-width: 736px) {
    #header .logo {
	display: none;
    }
}

#header .logoSP {
    display: none;
}
@media screen and (max-width: 736px) {
    #header .logoSP {
	display: block;
	position: fixed;
	width: auto;
	height: 32px;
	top: 12px;
	left: 50%;
	right: 50%;
	z-index: 90;
	transform: translate(-50%, 0);
    }
}

#header .nav {
    width: 45%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: table;
}
#header .nav li {
    list-style: none;
    display: table-cell;
}
#header .nav li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
}
#header .nav li:nth-child(1) {
    padding-top: 30px;
    padding-right: 20px;
}
#header .nav li:nth-child(2) {
    padding-top: 30px;
    padding-right: 20px;
}
#header .nav li:nth-child(3) {
    padding-top: 30px;
    padding-right: 20px;
}
#header .nav li:nth-child(4) {
    padding-top: 30px;
    padding-right: 60px;
}
#header .nav li:nth-child(5) {
    padding-top: 30px;
    padding-right: 10px;
}
#header .nav li:nth-child(6) {
    padding-right: 10px;
}
#header .nav li:nth-child(6) img {
    vertical-align: middle;
}
#header .nav li:nth-child(7) img {
    vertical-align: middle;
}
@media screen and (max-width: 1000px) {
    #header .nav {
	width: 60%;
    }
}
@media screen and (max-width: 736px) {
    #header .nav {
	display: none;
    }
}
#header .socialSP {
    display: none;
}
@media screen and (max-width: 736px) {
    #header .socialSP {
	display: table;
	width: 23%;
	position: fixed;
	top: 17px;
	right: 10px;
	z-index: 90;
    }
    #header .socialSP li {
	float: left;
	list-style: none;
	display: table-cell;
	width: 50%;
	text-align: right;
    }
    #header .socialSP li:nth-child(2) {
	float: right;
    }
}
@media screen and (max-width : 375px ){
    #header .socialSP {
	top: 12px;
	right: 0;
    }
    #header .socialSP li {
	float: left;
	list-style: none;
	display: table-cell;
	width: 50%;
    }
    #header .socialSP li:nth-child(1) .facebookSP_icon {
	width: 75%;
    }
    #header .socialSP li:nth-child(2) {
	float: right;
    }
    #header .socialSP li:nth-child(2) .twitterSP_icon {
	width: 75%;
    }
}

#header .inner {
    display: none;
}
@media screen and (max-width: 736px) {
    #header .inner {
	display: block;
    }
    #header .inner #menuBtn {
	width: 48px;
	height: 50px;
	display: block;
	position: fixed;
	top: 40px;
	left: 20px;
	z-index: 100;
	font-style: normal;
	cursor: pointer; }
    #header .inner #menuBtn > i {
	width: 48px;
	height: 4px;
	background: #000;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    }
    #header .inner #menuBtn > i:before, #header .inner #menuBtn > i:after {
		                            width: 48px;
		                            height: 4px;
		                            background: #000;
		                            position: absolute;
		                            -webkit-transition: all 0.5s;
		                            transition: all 0.5s;
	                                }
    #header .inner #menuBtn > i:before {
	content: "";
	top: -16px;
	left: 0;
    }
    #header .inner #menuBtn > i:after {
	content: "";
	top: 16px;
	right: 0;
    }
    #header .inner #gNavSP {
	display: none;
    }
    #header .inner.menuOpen {
	width: 100%;
	height: 100%;
	overflow: hidden;
    }
    #header .inner.menuOpen #menuBtn > i {
	background: #000;
	top: 0;
	background: transparent;
    }
    #header .inner.menuOpen #menuBtn > i:before, #header .inner.menuOpen #menuBtn > i:after {
		                                     background: #000;
		                                     top: 0;
	                                         }
    #header .inner.menuOpen #menuBtn > i:before {
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
    }
    #header .inner.menuOpen #menuBtn > i:after {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
    }
    #header .inner.menuOpen #gNavSP {
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
	position: fixed;
	overflow-y: auto;
	top: 0px;
    }
    #header .inner.menuOpen ul {
	width: 90%;
	margin: 80px auto;
	text-align: center;
    }
    #header .inner.menuOpen li {
	list-style: none;
	font-family: 'Helvetica', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 26px;
	line-height: 1.4;
	font-weight: 900;
    }
    #header .inner.menuOpen li {
	margin-bottom: 20px; }

  #header .inner.menuOpen li span {
  color: #239979;
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
  margin-top: 40px;
  }
    #header .inner.menuOpen a {
	color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
	text-decoration: none; }
    #header .inner.menuOpen a img{
	width: 54%;
    }
	.appstore{
		margin-bottom:10px;
	}
}


@media screen and (max-width : 736px ){
    #header .inner #menuBtn {
	width: 30px;
	top: 25px;
	left: 10px;
    }
    #header .inner #menuBtn > i {
	width: 30px;
    }
    #header .inner #menuBtn > i:before, #header .inner #menuBtn > i:after {
		                            width: 30px;
	                                }
    #header .inner #menuBtn > i:before {
	content: "";
	top: -10px;
	left: 0;
    }
    #header .inner #menuBtn > i:after {
	content: "";
	top: 10px;
	right: 0;
    }
}

#header .top_content {
    width: 100%;
    background-color: #239979;
    position: relative;
    margin-top : -70px;
    padding-top : 70px;
    padding-bottom : 10px;
}
@media screen and (max-width: 375px) {
    #header .top_content {
	height: auto;
	margin-top : 0px;
	padding-top : 0px;
    }
}

#header .top_content .phone {
    position: absolute;
    top: 4px;
    z-index: 2;
}
@media screen and (max-width: 736px) {
    #header .top_content .phone {
	display: none;
    }
}

#header .top_content h2 {
    padding: 65px 0 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 736px) {
    #header .top_content h2 {
	padding: 65px 0 0;
    }
}
@media screen and (max-width: 375px) {
    #header .top_content h2 {
	padding: 40px 0 0;
    }
}

#header .top_content .box {
    float: right;
    width: 64.871795%;
    margin: 0 0 15px 0;
}
@media screen and (max-width: 736px) {
    #header .top_content .box {
	width: 100%;
	text-align: center;
    }
}

#header .top_content .bottom_description {
    width: 100%;
}

#header .top_content .bottom_description p {
    text-align: center;
    font-weight: 900;
    font-size: x-large;
    margin: 0 10% 0 10%;
}

#header .top_content .photolist {
    max-width: 100%;
    margin-top: 38px;
}
#header .top_content .photolist p{
    font-weight: 900;
}
#header .top_content li {
    text-align: center;
    float: left;
    margin-left: 10%;
}
#header .top_content li:first-child {
    margin-left: 0;
}
@media screen and (max-width: 736px) {
    #header .top_content li {
	width: 30%;
	margin-left: 0;
    }
    #header .top_content li:nth-child(2) {
	margin-left: 5%;
	margin-right: 5%;
    }
    #header .top_content .photolist p{
	font-size: 16px;
	font-weight: 900;
    }
}
@media screen and (max-width: 375px) {
    #header .top_content .photolist p{
	font-size: 12px;
    }
    #header .top_content .photolist {
	margin-top: 18px;
    }
}

#header .top_content .photo {
    margin-bottom: 10px;
}
#header .top_content .photo img {
    max-width: 100%;
    height: auto;
}
#header .top_content p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    #gNavi {
	display: none;
    }
}


a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 736px) {
    a[href^="tel:"] {
    	cursor: pointer;
    	pointer-events: auto;
    }
}

#header ol.flex-control-nav.flex-control-paging {
    display: none;
}


.bgGray {
    background-color: #e5e5e5;
    overflow: hidden;
    padding-bottom: 65px;
}
.bgGray .container {
    margin-top: 65px;
}

@media screen and (max-width: 375px) {
    .bgGray {
  	padding-bottom: 40px;
    }
    .bgGray .container {
  	margin-top: 40px;
    }
}

.detail_title {
    width: 100%;
    margin-top: 72px;
    padding: 45px 0;
    background: #e5e5e5;
    text-align: center;
}

@media screen and (max-width: 736px) {
/* 	.detail_topics .detail_title {
		margin-top: 0;
    } */
    .detail_title {
	/* margin-top: 56px; */
	padding: 24px 0;
    }
    .detail_title img {
	max-height: 39px;
    }
}

/* voice */

/* index.html のタイトル画像部 */
.monitors_voice_title {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 736px) {
    .monitors_voice_title {
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 375px) {
    .monitors_voice_title {
        margin-top: 40px;
    }
}

.monitors_voice_title img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {
    .monitors_voice_title img {
        width: 316px;
    }
}

/* about */
#section03 {
    margin-top : -70px;
    padding-top : 70px;
}
@media screen and (max-width: 736px) {
    #section03 {
	margin : 0;
	padding : 0 0 40px 0;
    }
}

.about {
    background: #ffffff;
    padding: 65px 0;
}
@media screen and (max-width: 736px) {
    .about {
	padding: 30px 0;
    }
}

.about_title {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 736px) {
    .about_title {
	padding: 0 15px;
	margin-bottom: 30px;
    }
}
@media screen and (max-width: 375px) {
    .about_title {
	margin-top: 40px;
    }
}

.about_title img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {
    .about_title img {
	width: 316px;
    }
}

.about_content {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
    .about_content {
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
    }
}

.about_video {
    text-align: center;
}
.about_video {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {
    .about_video iframe{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 300px;
    }
}
@media screen and (max-width: 375px) {
    .about_video iframe{
	height: 200px;
    }
}



#section04 {
    margin-top : -70px;
    padding-top : 70px;
}
@media screen and (max-width: 736px) {
    #section04 {
	margin : 0;
	padding : 0;
    }
}

.topics {
    padding: 65px 0 0 0;
}
@media screen and (max-width: 736px) {
    .topics {
	padding: 40px 0;
    }
}

/* index.html の「TOPICS」タイトル */
.topics_title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px;
}
.topics_title span {
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: 10px;
    line-height: 4rem;
}
@media screen and (max-width: 736px) {
    .topics_title span {
	font-size: 2.2rem;
	padding-left: 5px;
	line-height: 3.5rem;
    }
    .topics_title {
	padding: 0 15px;
	margin-bottom: 30px;
    }
}

/* index.html の訓練予告 */
.topics_text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 736px) {
    .topics_text {
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
    }
}

/* index.html のトピック一覧へのリンク */
.topics_event_detail {
    display: block;
    text-align: right;
    margin-top: 20px;
}
.topics_event_detail a {
    color: #000000;
    font-size: 1.6rem;
}
.topics_event_detail a:hover {
    color: #069d8f;
    text-decoration: none;
}
@media screen and (max-width: 736px) {
    .topics_event_detail a {
	font-size: 1.4rem;
    }
}


/* How to use */
#section05 {
    margin-top : -70px;
    padding-top : 70px;
}
@media screen and (max-width: 736px) {
    #section05 {
	margin : 0;
	padding : 0;
    }
}

.how {
    padding: 50px 0 45px;
}
@media screen and (max-width: 736px) {
    #section05{
	margin-top : -40px;
	padding-top : 40px;
    }
    .how {
	padding: 50px 0px 60px 0px;
    }
}

.how_title {
    margin : 65px auto 0;
    text-align: center;
}
@media screen and (max-width: 736px) {
    .how_title {
	padding: 0 15px;
    }
}

.how_title img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {
    .how_title img {
	width: 316px;
    }
}

.how_title span {
    display: inline-block;
    font-size: 3rem;
    padding-left: 20px;
    padding-bottom: 3px;
}
@media screen and (max-width: 736px) {
    .how_title span {
	display: block;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 15px;
	font-size: 2rem;
    }
}
@media screen and (max-width: 375px) {
    .how_title {
	margin-top : 40px;
    }
}

.how_infor {
    width: 100%;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
@media screen and (max-width: 736px) {
    .how_infor {
	display: block;
    }
}

.how_infor_img {
    width: 33%;
    text-align: right;
	margin-bottom:20px;
}
@media screen and (max-width: 736px) {
    .how_infor_img {
		width: 100%;
		text-align: center;
    }
}

.how_infor_img img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {
    .how_infor_img img {
		max-width: 200px;
		width: 100%;
		height: auto;
    }
}

.how_infor_txt {
    width: 67%;
	display: flex;
    flex-flow: column;
    justify-content: center;
	text-align:left;
}
.how_infor_txt h3 {
    text-align: left;
    font-size: 24px;
	margin-bottom:20px;
}

@media screen and (max-width: 736px) {
    .how_infor_txt {
	width: 100%;
	text-align: center;
    }
}

.how_infor_txt div {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}
.how_infor_txt div img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
	width:40%;
}
@media screen and (max-width: 736px) {
    .how_infor_txt div img {
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 200px;
	width: 100%;
    }
}

.how_infor_txt div p {
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.6;
    text-align: justify;
}
@media screen and (max-width: 736px) {
    .how_infor_txt div p {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.6;
    }
}

.how .flexslider {
    position: relative;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 736px) {
    .how .flexslider {
	margin-top: 30px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
    }
}
.how .flexslider:last-child {
    border-bottom: none;
}
.how .flexslider:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.how .flexslider .slides {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.how .flexslider .slides a {
    text-decoration:none;
	color:#000;
}
.how .flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 38%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 736px) {
    .how .flex-direction-nav a {
	top: 26%;
    }
}

.how .flex-direction-nav a:before {
    display: inline-block;
}
.how .flex-direction-nav a.flex-prev:before {
    content: url("assets/images/flex-prev.png");
}
@media screen and (max-width: 736px) {
    .how .flex-direction-nav a.flex-prev:before {
	content: url("assets/images/flex-prev_sp.png");
    }
}

.how .flex-direction-nav a.flex-prev:hover:before {
    content: url("assets/images/flex-prev_hover.png");
}
@media screen and (max-width: 736px) {
    .how .flex-direction-nav a.flex-prev:hover:before {
	content: url("assets/images/flex-prev_sp.png");
    }
    .how .flex-direction-nav a.flex-next {
	right: -5px;
    }
}

.how .flex-direction-nav a.flex-next {
    right: 0px;
    text-align: right;
}
.how .flex-direction-nav a.flex-next:before {
    content: url("assets/images/flex-next.png");
}
.how .flex-direction-nav a.flex-next:hover:before {
    content: url("assets/images/flex-next_hover.png");
}
@media screen and (max-width: 736px) {
    .how .flex-direction-nav a.flex-next:before {
	content: url("assets/images/flex-next_sp.png");
    }
	.how .flex-direction-nav a.flex-next:hover:before {
	content: url("assets/images/flex-next_sp.png");
    }
}
@media screen and (max-width: 1024px) {
    .how .flex-direction-nav a.flex-next:hover:before {
		content: url("assets/images/flex-next.png");
	}
}

.how .flex-control-nav {
    width: 67%;
    position: absolute;
    bottom: 40px;
    right: 0;
    text-align: center;
    z-index: 10;
}
@media screen and (max-width: 736px) {
    .how .flex-control-nav {
	width: 100%;
    }
}
.how .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.how .flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #e2e2e2;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
}
.how .flex-control-nav li a.flex-active {
    background: #a0a0a0;
    cursor: default;
}
@media screen and (max-width: 736px) {
    .how .flex-control-nav li a {
	width: 10px;
	height: 10px;
    }
}

@media screen and (max-width: 736px) {
    .slPC {
        display: none;
    }
}
.slSP {
    display: none;
}

@media screen and (max-width: 736px) {
    .slSP {
	margin :0 auto;
	text-align: center;
	display: block;
    }
}


/* Genetec Presents */
#section06 {
    margin-top : -70px;
    padding-top : 70px;
}
@media screen and (max-width: 736px) {
    #section06 {
		margin : 0;
		padding : 0;
    }
}
.presents {
    text-align: center;
}
@media screen and (max-width: 736px) {
    .presents {
		padding: 0;
    }
}

.container-presents {
    max-width: 780px;
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (max-width: 736px) {
    .container-presents {
        box-sizing: border-box;
        padding: 0 10px;
    }
}


.presents_title {
    text-align: center;
    margin-bottom: 40px;
}
.presents_title span {
    font-size: 3.2rem;
    font-weight: 900;
    padding-left: 10px;
    line-height: 4rem;
    white-space: nowrap;
}
@media screen and (max-width: 736px) {
    .presents_title span {
	font-size: 2.2rem;
	padding-left: 5px;
	line-height: 3.5rem;
    }
}
@media screen and (max-width: 736px) {
    .presents_title {
	padding: 0 15px;
	margin-bottom: 30px;
    }
}

.presents_introduce {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display: inline;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
@media screen and (max-width: 736px) {
    /* 予約 */
}

.presents_contents {
    padding :3px 0;
}


.presents_introduce img {
    max-width: 300px;
    height: auto;
}

@media screen and (max-width: 736px) {
    .presents_introduce img {
        max-width: 70%;
    }
}

/** footer */
.footer {
    background: #239979;
    color: #ffffff;
    text-align: center;
    padding: 65px 40px;
}
@media screen and (max-width: 736px) {
    .footer {
	padding: 65px 25px;
    }
}
@media screen and (max-width: 375px) {
    .footer {
	padding: 40px 5px;
    }
}
.footer img {
    max-width: 100%;
    height: auto;
}
.footer_title {
    margin-bottom: 20px;
    font-size: 23px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000;
    font-weight: 900;
}
@media screen and (max-width: 736px) {
    .footer_title {
	margin-bottom: 35px;
	font-size: 2.4rem;
	font-weight: 900;
    }
}
@media screen and (max-width: 375px) {
    .footer_title {
	margin-bottom: 15px;
    }
}
.footer_action {
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:center;/*--- IE10 ---*/
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
    justify-content:center;
    /* margin-bottom: 36px; */
    overflow: hidden;
}

.footer_action_appstore .appstoreSP {
    display: none;
}
.footer_action_playstore {
    margin-left: 16px;
}
.footer_action_playstore .playstoreSP {
    display: none;
}
@media screen and (max-width: 736px) {
    .footer_action {
	/* margin-bottom: 30px; */
    }
    .footer_action_appstore .appstore {
	display: none;
    }
    .footer_action_appstore .appstoreSP {
	display: block;
    }
    .footer_action_playstore .playstore {
	display: none;
    }
    .footer_action_playstore .playstoreSP {
	display: block;
    }
}
@media screen and (max-width: 375px) {
    .footer_action {
	margin-bottom: 30px;
    }
}

.footer_navigation {
    font-weight: bold;
}
@media screen and (max-width: 736px) {
    .footer_navigation {
	display: inline-block;
  width: 100%;
    }
}

.footer_navigation_logo {
    margin-bottom: 26px;
    margin-right: auto;
}
.footer_navigation_logo .logo_cocodayoSP {
    display: none;
}
@media screen and (max-width: 736px) {
    .footer_navigation_logo {
	margin-right: 0;
	margin-bottom: 30px;
    }
    .footer_navigation_logo .logo_cocodayo {
	display: none;
    }
    .footer_navigation_logo .logo_cocodayoSP {
	width: 45.2%;
	display: block;
	margin: 0 auto;
    }
}
@media screen and (max-width: 375px) {
    .footer_navigation_logo {
	margin-bottom: 20px;
    }
}

.footer_navigation_menu {
    line-height: 3rem;
}
@media screen and (max-width: 736px) {
  .footer_navigation_menu {
    line-height: 2.5rem;
    text-align: left;
  }
}
.footer_navigation_menu li {
    display: inline-block;
}
.footer_navigation_menu li:not(:last-child) {
    margin-right: 2em;
}

@media screen and (max-width: 736px) {
  .footer_navigation_menu li {
      display: block;
      margin: 10px 0;
  }
  .footer_navigation_menu li:not(:last-child) {
      margin-right: 0;
  }
}

.footer_navigation_menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    /* white-space: nowrap; */
}

.footer_navigation_menu a:not([href*="cocodayo"])::after {
  content: "";
  background: center/contain url(assets/images/icon_link.png) no-repeat;
  display: inline-block;
  height: .8em;
  padding-left: 10px;
  width: .8em;
}

.footer_navigation_menu a:hover {
    /* color: #069d8f; */
    opacity: .65;
}
@media screen and (max-width: 736px) {
    .footer_navigation_menu a {
	font-size: 1.3rem;
    }
}

.footer_navigation_social {
    margin: 16px auto 20px;
}
.footer_navigation_social .sns {
    margin-right: 12px;
    display: inline-block;
}
.footer_navigation_social .sns:last-child {
    margin-right: 0;
}

@media screen and (max-width: 736px) {
    .footer_navigation_social {
	justify-content: center;
    }
}
.footer_copyright {
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}
@media screen and (max-width: 736px) {
    .footer_copyright {
	font-size: 1.1rem;
	line-height: 1.6;
    }
}

.br-sp{
    display: none;
}
@media screen and (max-width: 736px) {
    .br-sp{
	display: block;
    }
}




/************VARIABLES************/
/********************************/
/*----------------PC----------------------*/
.detail_topics:after {
    display: block;
    clear: both;
    content: '';
}


.detail_topics .content {
    height: auto;
    margin: 0 auto;
    line-height: 3.5rem;
}
.detail_topics .content h2 {
    padding-top: 65px;
    padding-bottom: 50px;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    display: inline-block;
}
@media screen and (max-width: 736px) {
    .detail_topics .content h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.4rem;
    }
}

.detail_topics .content .topic .accordion {
    width: 100%;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    background: #fff;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .topic .accordion {
	font-size: 1.4rem;
        line-height: 1.6;
    }
}
.detail_topics .content .topic .accordion .span {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    white-space: nowrap;
}
.detail_topics .content .topic .accordion .text {
    display: inline-block;
    margin: 15px 0;
	margin-right:40px;
}

@media screen and (max-width: 600px) {
    .detail_topics .content .topic .accordion .text {
        margin-right: 30px;
    }
    .detail_topics .content .topic .accordion .span {
        margin-right: 10px;
    }
}

.detail_topics .content .topic .accordion:after {
    content: '\002B';
    float: right;
    right: 20px;
    position: absolute;
    top: 4px;
    font-size: 2.6rem;
    color: #c9c9c9;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .topic .accordion:after {
	top: 2px;
	font-size: 3rem;
	right: 0;
    }
}
.detail_topics .content .topic .accordion.active:after {
    content: "\2212";
    font-size: 2.6rem;
    color: #239979;
    right: 20px;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .topic .accordion.active:after {
	top: 2px;
	font-size: 3rem;
	right: 0;
    }
}

.detail_topics .content .topic .panel {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .topic .panel {
	font-size: 1.4rem;
	line-height: 1.6;
    }
}
.detail_topics .content .topic .panel .linkDetail {
    margin-bottom: 20px;
}
.detail_topics .content .topic .panel .txt1 {
    padding-bottom: 15px;
    padding-right: 20px;
}
@media screen and (max-width: 736px) {
  .detail_topics .content .topic .panel .txt1 {
    padding-right: 0;
  }
}
.detail_topics .content .topic .panel .txt2 {
    padding-top: 20px;
}
.detail_topics .content .topic .panel span {
    font-weight: bold;
}
.detail_topics .content a {
    text-decoration: underline;
    color: #069d8f;
}
.detail_topics .content a:hover {
    color: #666666;
    border-bottom: none;
}
.detail_topics .content .linkLeft {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 1.6rem;
    float: left;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .linkLeft {
	font-size: 1.4rem;
	margin-bottom: 10px;
    }
}
.detail_topics .content .linkLeft span {
    color: #069d8f;
    font-size: 1.7rem;
    padding-right: 0px;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .linkLeft span {
	font-size: 1.3rem;
    }
}
.detail_topics .content .linkRight {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 1.6rem;
    float: right;
}

@media screen and (max-width: 736px) {
    .detail_topics .content .linkRight {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}
.detail_topics .content .linkRight span {
    color: #069d8f;
    font-size: 1.7rem;
    padding-left: 0px;
}
@media screen and (max-width: 736px) {
    .detail_topics .content .linkRight span {
	font-size: 1.3rem;
    }
}

.detail_topics .content .endmergin {
    margin-top: 50px;
}



/*------------------------------------------------------------
	Law
------------------------------------------------------------*/
.detail_law .law a {
    color: #069d8f;
    text-decoration: underline;
}
.detail_law .law a:hover {
    color: #666666;
    text-decoration: none;
}
.detail_law .law a[href^="tel:"] {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 736px) {
    .detail_law .law a[href^="tel:"] {
    	color: #069d8f;
	text-decoration: underline;
    }
    .detail_law .law a[href^="tel:"]:hover {
	color: #666666;
	text-decoration: none;
    }
}

.detail_law .title p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding: 65px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
.detail_law .law {
    padding-left: 28px;
    padding-bottom: 65px;
}
.detail_law .law ol.list_item {
    list-style-type: decimal;
}
.detail_law .law ol.list_item li.item {
    margin-top: 30px;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.6;
}

.detail_law .law ol.list_item li.item h4 {
    font-size: 1.4rem;
}
.detail_law .law ol.list_item li.item:not(:first-of-type) {
    margin-top: 20px;
}
.detail_law .law ol.list_item ol {
    list-style-type: lower-alpha;
    padding-left: 2rem;
}
.detail_law .law ol.list_item ul {
    list-style-type: disc;
    padding-left: 2rem;
}
.detail_law .law ol.list_item ul .ul {
    margin-top: 20px;
}
.detail_law .law ol.list_item ul .ul:first-child {
    margin-top: 0;
}
.detail_law .law ol.list_item li.item ol.num-child{
    padding-left: 2rem;
}
.detail_law .sign {
    padding-top: 40px;
    padding-bottom: 65px;
}

@media screen and (max-width: 736px) {
    .detail_law .title p {
	padding: 30px 0 25px 0;
	font-size: 1.4rem;
    }
    .detail_law .law {
	padding-bottom: 40px;
    }
    .detail_law .law ol.list_item li.item {
	font-size: 1.2rem;
    }
    .detail_law .law ol.list_item li.item h4 {
	font-size: 1.2rem;
    }
}



/*------------------------------------------------------------
	Rule
------------------------------------------------------------*/
.detail_rule .panel_rule {
    margin-top: 75px;
    height: 137px;
    background: #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    padding-top: 55px;
}
@media screen and (max-width: 736px) {
    .detail_rule .panel_rule {
	height: 83px;
	padding: 32px 0 0 0;
	margin-top: 90px;
    }
}
@media screen and (max-width: 375px) {
    .detail_rule .panel_rule {
	margin-top: 56px;
    }
}
.detail_rule .panel_rule .title_rule {
    line-height: 1;
}
.detail_rule .panel_rule .title_rule img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -15px;
}
@media screen and (max-width: 736px) {
    .detail_rule .panel_rule .title_rule img {
	max-width: 40px;
	width: 100%;
	height: auto;
    }
}
.detail_rule .panel_rule .title_rule span {
    font-size: 2.6rem;
    color: #000000;
}
@media screen and (max-width: 736px) {
    .detail_rule .panel_rule .title_rule span {
	font-size: 2.2rem;
    }
}

.detail_rule .title p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding: 65px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 736px) {
    .detail_rule .title p {
	padding: 30px 0 25px 0;
	font-size: 1.4rem;
    }
}

.detail_rule .rule {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 28px;
    padding-bottom: 40px;
}
.detail_rule .rule ol.list_item {
    list-style-type: decimal;
}
.detail_rule .rule ol.list_item li.item {
    margin-top: 30px;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .detail_rule .rule ol.list_item li.item {
	font-size: 1.2rem;
    }
}
.detail_rule .rule ol.list_item li.item h4 {
    font-size: 1.4rem;
}
@media screen and (max-width: 736px) {
    .detail_rule .rule ol.list_item li.item h4 {
	font-size: 1.2rem;
    }
}
.detail_rule .rule ol.list_item li.item:not(:first-of-type) {
    margin-top: 20px;
}
.detail_rule .rule ol.list_item ol {
    list-style-type: lower-alpha;
    padding-left: 2rem;
}
.detail_rule .rule ol.list_item ul {
    list-style: none;
}
.detail_rule .rule ol.list_item ul .ul {
    margin-top: 20px;
}
.detail_rule .rule ol.list_item ul .ul:first-child {
    margin-top: 0;
}
.detail_rule .rule ol.list_item li.item ol.num-child{
    padding-left: 2rem;
}
.detail_rule .sign {
    padding-top: 40px;
    padding-bottom: 65px;
}
@media screen and (max-width: 736px) {
    .detail_rule .sign {
	padding-top: 30px;
	padding-bottom: 40px;
    }
}
.detail_rule .sign p {
    font-size: 1.3rem;
    text-align: right;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .detail_rule .sign p {
	font-size: 1rem;
    }
}



/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
.detail_faq:after {
    display: block;
    clear: both;
    content: '';
}

.detail_faq .panel_faq {
    margin-top: 75px;
    height: 137px;
    background: #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    padding-top: 55px;
}
@media screen and (max-width: 736px) {
    .detail_faq .panel_faq {
	height: 83px;
	padding: 26px 0;
	margin-top: 90px;
    }
}
@media screen and (max-width: 375px) {
    .detail_faq .panel_faq {
	margin-top: 56px;
    }
}
.detail_faq .panel_faq .title_faq {
    line-height: 1;
}
.detail_faq .panel_faq .title_faq img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -10px;
}
@media screen and (max-width: 736px) {
    .detail_faq .panel_faq .title_faq img {
	max-width: 40px;
	width: 100%;
	height: auto;
	margin-top: -15px;
    }
}
.detail_faq .panel_faq .title_faq span {
    font-size: 2.6rem;
    color: #000000;
}
@media screen and (max-width: 736px) {
    .detail_faq .panel_faq .title_faq span {
	font-size: 2.7rem;
    }
}


.detail_faq .content {
    height: auto;
    margin-bottom: 65px;
    line-height: 3.5rem;
}
.detail_faq .content .faq .accordion {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: rgba(0,0,0,0.0);
}
@media screen and (max-width: 736px) {
    .detail_faq .content .faq .accordion {
	font-size: 1.4rem;
    }
    .detail_faq .content .faq .accordion .text {
	font-size: 1.4rem;
        padding-left: 2em;
        text-indent: -2em;
    }
}

.detail_faq .content .faq{

    padding-left:  10px;
    padding-right: 10px;

}

.detail_faq .content .faq .accordion .text {
    font-feature-settings: "palt";
    width: calc( 90% - 20px );
    display: inline-block;
    margin: 15px 0;
    padding-left: 2em;
    text-indent: -2em;
}

.detail_faq .content .faq .accordion:after {
    content: '\002B';
    float: right;
    right: 20px;
    position: absolute;
    top: 4px;
    font-size: 2.6rem;
    color: #c9c9c9;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .faq .accordion:after {
	top: 2px;
	font-size: 3rem;
	right: 0;
    }
}
.detail_faq .content .faq .accordion.active:after {
    content: "\2212";
    font-size: 2.6rem;
    right: 20px;
    top: 6px;
    color: #239979;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .faq .accordion.active:after {
	top: 2px;
	font-size: 3rem;
	right: 0;
    }
}

.detail_faq .content .faq .panel {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.6rem;
    line-height: 1.6;
}

.detail_faq .content .faq .panel p {
    padding-left: 2em;
    text-indent: -2em;
}

@media screen and (max-width: 736px) {
    .detail_faq .content .faq .panel {
	font-size: 1.4rem;
	line-height: 1.6;
    }
    .detail_faq .content .faq .panel p {
        padding-left: 2em;
        text-indent: -2em;
    }
}
.detail_faq .content .faq .panel .linkDetail {
    margin-bottom: 20px;
}
.detail_faq .content .faq .panel .txt1 {
    padding-top: 10px;
}
.detail_faq .content .faq .panel span {
    font-weight: bold;
}
.detail_faq .content a {
    text-decoration: underline;
    color: #069d8f;
}
.detail_faq .content a:hover {
    color: #666666;
    border-bottom: none;
}
.detail_faq .content .linkLeft {
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1em;
    font-size: 1.6rem;
    float: left;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .linkLeft {
	font-size: 1.4rem;
	margin-bottom: 40px;
    }
}
.detail_faq .content .linkLeft span {
    color: #069d8f;
    font-size: 1.7rem;
    padding-right: 0px;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .linkLeft span {
	font-size: 1.9rem;
    }
}
.detail_faq .content .linkRight {
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1em;
    font-size: 1.6rem;
    float: right;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .linkRight {
	font-size: 1.4rem;
	margin-bottom: 40px;
    }
}
.detail_faq .content .linkRight span {
    color: #069d8f;
    font-size: 1.7rem;
    padding-left: 0px;
}
@media screen and (max-width: 736px) {
    .detail_faq .content .linkRight span {
	font-size: 1.9rem;
    }
}


.small_title {
    font-size: 20px;
    font-weight: 900;
    margin-top: 65px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.small_title img {
    margin-right: 10px;
}
@media screen and (max-width: 736px) {
    .small_title {
	margin-top: 30px;
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	padding-top:0px;
    }
    .small_title img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-top: 3px;
    }
}

/*------------------------------------------------------------
	Notfound
------------------------------------------------------------*/
.detail_notfound .notfound a {
    color: #069d8f;
    text-decoration: underline;
}
.detail_notfound .notfound a:hover {
    color: #666666;
    text-decoration: none;
}
.detail_notfound .notfound a[href^="tel:"] {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 736px) {
    .detail_notfound .notfound a[href^="tel:"] {
    	color: #069d8f;
	text-decoration: underline;
    }
    .detail_notfound .notfound a[href^="tel:"]:hover {
	color: #666666;
	text-decoration: none;
    }
}

.detail_notfound .title p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: justify;
    padding: 65px 0 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.detail_notfound p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
    .detail_notfound .title p {
	padding: 30px 0 25px 0;
	font-size: 1.4rem;
    }
    .detail_notfound p {
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 30px;
    }
}

/*-----------
  Topic Headline(index.html)
 ------------*/
.topic_headline:after {
    display: block;
    clear: both;
    content: '';
}

.topic_headline .content {
    height: auto;
    line-height: 3.5rem;
}
.topic_headline .content .topic .accordion {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .topic_headline .content .topic .accordion {
	font-size: 1.4rem;
        line-height: 1.6;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.topic_headline .content .topic .accordion .date {
    width: 20%;
    float: left;
    white-space: nowrap;
}
.topic_headline .content .topic .accordion .title {
    float: left;
    width: 70%;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .topic_headline .content .topic .accordion .title {
        text-decoration: underline;
	width: 70% !important; /* 「+」を出さない分、タイトルの幅を長くする */
    }
    .topic_headline .content .topic .accordion .date {
	width: 30%;
    }
}

.topic_headline .content .topic .accordion:after {
    content: '\002B';
    float: right;
    right: 20px;
    position: absolute;
    top: 4px;
    font-size: 2.6rem;
    color: #c9c9c9;
    top: -12px;
}
@media screen and (max-width: 736px) {
    .topic_headline .content .topic .accordion:after {
        content: ''; /* 「+」 は出さないようにする */
    }
}
.topic_headline .content .topic .accordion.active:after {
    content: "\2212";
    font-size: 2.6rem;
    color: #239979;
    right: 20px;
    top: -12px;
}
@media screen and (max-width: 736px) {
    .topic_headline .content .topic .accordion.active:after {
        content: ''; /* 「-」 は出さないようにする */
        padding-top: 5px;
        /* padding-bottom を解除し、パネルとの間の空き間が大きくならないようにする */
    }
}

.topic_headline .content .topic .panel {
    border-bottom: 2px solid #ffffff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 736px) {
    .topic_headline .content .topic .panel {
	font-size: 1.4rem;
	line-height: 1.6;
    }
    .topic_headline .content .topic .panel:after {
        float: right;
        content: '(タイトルをタップすると閉じます)'; /* 「-」の代わりに注意書きを添える */
    }
}

.topic_headline .content .topic .panel .linkDetail {
    margin-bottom: 20px;
}

.topic_headline .content .topic .panel .text {
    padding-bottom: 15px;
}

.topic_headline .content a {
    text-decoration: underline;
    color: #069d8f;
}

.topic_headline .content a:hover {
    color: #666666;
    border-bottom: none;
}


.hide_if_pc {
   display:none;
}
@media screen and (max-width: 736px) {
   .hide_if_pc {
       display:block;
   }
}

/* モニターユーザの声 */
.monitors_voice {
    padding : 20px;
    background: #ffffff;
}
@media screen and (max-width: 736px) {
    .monitors_voice {
	margin : 0;
	padding : 0 0 20px 0;
    }
}

/* モニターの声序文 */
.monitors_voice_text {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
    .monitors_voice_text {
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
    }
}

/* モニターの声リンクヘッドライン(index.html) */
.monitors_voice_link .link_block{
    margin : 6px auto;
    width: 80%;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 736px) {
    .monitors_voice_link div {
        margin : 3px auto;
        width: 100%;
    }
}

.monitors_voice_link .link {
    padding-left: 0px ;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* 未訪問 */
.monitors_voice_link a:link {
    color: #069d8f;
}

/* 訪問済み */
.monitors_voice_link a:visited {
    color: #069d8f;
}

/* マウスオーバー */
.monitors_voice_link a:hover {
    color: #d73c4b;
    text-decoration: none;
}

/* 選択 */
.monitors_voice_link a:active {
    color: #afb4be;
    text-decoration: none;
}

.monitors_voice_link .by {
    padding-right: 0px ;
    text-align: right;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}


/* index.html の「全部見る」 */
.monitors_voice_all {
    display: inline-block;
    text-align: right;
    margin-top: 20px;
    font-size: 1.6rem;
    float: right;
}

.monitors_voice_all a:link {
    color: #069d8f;
}
.monitors_voice_all a:visited {
    color: #069d8f;
}
.monitors_voice_all a:hover {
    color: #d73c4b;
    text-decoration: none;
}
.monitors_voice_all a:active {
    color: #afb4be;
    text-decoration: none;
}


/* モニターユーザの声(専用ページ) */
.monitors_voice_page {
    /* padding : 20px; */
    background: #ffffff;
}
@media screen and (max-width: 736px) {
    .monitors_voice_page {
	margin : 0;
	padding : 0 0 20px 0;
    }
}

/* ユーザの声専用ページのタイトル画像部 */
.monitors_voice_page_title {
    width: 100%;
    margin-top: 72px;
    margin-bottom: 40px;
    padding: 45px 0;
    background: #e5e5e5;
    text-align: center;
}
@media screen and (max-width: 736px) {
    .monitors_voice_page_title {
	margin-top: 56px;
	padding: 24px 0;
    }
    .monitors_voice_page_title img {
	max-height: 39px;
    }
}

/* モニターの声序文 */
.monitors_voice_page_text {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
    .monitors_voice_page_text {
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
    }
}

.monitors_voice_page_note {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
    .monitors_voice_page_note {
	font-size: 1.2rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
    }
}

/* モニターの声リンクヘッドライン(index.html) */
.monitors_voice_page_link .link_block{
    margin : 6px auto;
    width: 80%;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 736px) {
    .monitors_voice_page_link div {
        margin : 3px auto;
        width: 100%;
    }
}

.monitors_voice_page_link .link {
    padding-left: 0px ;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}

/* 未訪問 */
.monitors_voice_page_link a:link {
    color: #069d8f;
}

/* 訪問済み */
.monitors_voice_page_link a:visited {
    color: #069d8f;
}

/* マウスオーバー */
.monitors_voice_page_link a:hover {
    color: #d73c4b;
    text-decoration: none;
}

/* 選択 */
.monitors_voice_page_link a:active {
    color: #afb4be;
    text-decoration: none;
}

.monitors_voice_page_link .by {
    padding-right: 0px ;
    text-align: right;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 736px) {
    .monitors_voice_page_link a {
        padding-left: 0px;
    }
    .monitors_voice_page_link .by {
        padding-right: 0px;
    }
}


@keyframes highlight_animation {
    0% {
        background: #ffff99; /* lovely yellow colour */
    }
    100% {
        background: none;
    }
}

.highlight {
    animation: highlight_animation 2s;
}

.light_border{
    border : solid 3px #999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* ストア版との違い */
table.gv_difference {
    width: 100%;
    font-size: 1.6rem;
    border:1px black solid;
    border-collapse: collapse;
}
@media screen and (max-width: 736px) {
    table.gv_difference {
        width: 100%;
        font-size: 1.4rem;
        border: 1px black solid;
        border-collapse: collapse;
    }
}

thead.gv_difference {
    background-color: #239979;
    border:1px black solid;
    border-collapse: collapse;
}

tbody.gv_difference {
    border:1px black solid;
    border-collapse: collapse;
}

th.gv_difference {
    width: 33%;
    border:1px black solid;
    border-collapse: collapse;
    padding: 2px;
}

td.gv_difference {
    width: 33%;
    border:1px black solid;
    border-collapse: collapse;
    padding: 2px;
    text-align: center;
}

/* ストア版とキャリア版の違い */
table.carrier_difference {
    width: 100%;
    font-size: 1.6rem;
    border:1px black solid;
    border-collapse: collapse;
}
@media screen and (max-width: 736px) {
    table.carrier_difference {
        width: 100%;
        font-size: 1.4rem;
        border: 1px black solid;
        border-collapse: collapse;
    }
}

thead.carrier_difference {
    background-color: #239979;
    border:1px black solid;
    border-collapse: collapse;
}

tbody.carrier_difference {
    border:1px black solid;
    border-collapse: collapse;
}

th.carrier_difference {
    width: 25%;
    border:1px black solid;
    border-collapse: collapse;
    padding: 2px;
}

td.carrier_difference {
    width: 25%;
    border:1px black solid;
    border-collapse: collapse;
    padding: 2px;
    text-align: center;
}

/* for au プライバシーポリシー */
li.pp_list_style_decimal {
    list-style-type: decimal;
}

div a.rule_link {
    font-size: 1.5em;
}

/* for au 利用規約 */
div a.privacy_policy_link {
    font-size: 1.5em;
}
/*topic*/
.content-link{
	margin:10px 0 20px 0;
}
/*topic detail*/
.detail_topic{
	padding:20px 0;
}
.detail_topic > .title{
    text-align: left;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}
.detail_topics .title .span {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    white-space: nowrap;
}
.panel_content{
	border-top:solid 2px #eee;
	padding-top:10px;
}
.panel_content p{
	font-size: 1.4rem;
    line-height: 2;
}
.panel_content ul{
	list-style-type:none;
    padding: inherit;
    padding-left: 1.3em;
    margin-left: 1.3em;
	font-size: 1.4rem;
    line-height: 2;
}
/*tags*/
.tagbox {
    margin: 10px 10px 10px 0px;
    font-size: 1.4em;
    display: inline-block;
}
.taglink {
	background-color: #eee;
	text-decoration: none !important;
	padding: 5px 5px 5px 5px;
}
.taglink:hover{
	background-color:#239979;
	color:#ffff !important;
}
.taglink:hover .tagcount{
	background-color:#eee;
	color:#239979;
}
.taglink a, .taglink a:visited, .taglink a:active {
	text-decoration:none;
}
.tagcount {
	background-color:#239979;
	color:#ffff;
	padding:5px;
}
.tag-content{
	margin:20px 0 20px 0;
}
.tag-title{
	font-size: 2em;
	margin-bottom:10px;
}
.tag_topic .container{
	font-size: 1.6em;
}
.tag_topic .span {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 30px;
    white-space: nowrap;
}
.tag_topic .container a {
    text-decoration:none;
}
.detail_blog_title{
	padding: 30px 0 30px 0;
    text-align: center;
    margin: 50px auto;
	width:100%;
	background-color: #eee;
}
.detail_blog_title h1{
	font-size: 24px;
	font-weight: bold;
	line-height:35px;
}
@media (max-width: 767px) {
    .detail_blog_title {
		padding: 50px 0 25px 0;
		text-align: center;
		margin: 50px auto;
		width: 90%;
	}
}

.detail_blog_title p{
	font-size: 18px;
    font-style: italic;
    color: #797979;
}
.detail_blog .panel_content{
	margin-bottom:50px;
	border-top: none;
}
.blogs_headline{
	margin-top:0;
}
.blogs_headline .content {
    height: auto;
    line-height: 3.5rem;
}
.blogs_headline .content .topic .accordion {
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    background-color: inherit;
    position: relative;
    vertical-align: middle;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.6;
}
.blogs_headline .content .topic .accordion .date {
    width: 20%;
    float: left;
    white-space: nowrap;
	font-size:1em;
	padding-left: 0;
    padding-bottom: 0;
}
.blogs_headline .content .topic .accordion .title {
    float: left;
    width: 70%;
    display: inline-block;
	font-size:1em;
	padding-left: 0;
    padding-bottom: 0;
}
.blogs_headline .content .topic .accordion:after {
    content: '\002B';
    float: right;
    right: 20px;
    position: absolute;
    top: 4px;
    font-size: 2.6rem;
    color: #c9c9c9;
    top: -12px;
}
.blogs_headline .content .topic .panel {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-size: 1.6rem;
    line-height: 1.6;
	text-align:left;
	font-weight: normal;
	margin: 10px 0;
}
#feature h1{
	font-size:24px;
}
.feature-detail li{
	border-bottom:solid 2px #ddd;
	margin-bottom:40px;
}
.tags_title{
	font-size: 1.6rem;
    text-transform: uppercase;
}
.box-tag{
    margin-bottom: 20px;
    padding-top: 20px;
}
.mg-top-10{
	margin-top:10px !important;
}
.mg-top-20{
	margin-top:20px !important;
}
.mg-top-30{
	margin-top:30px !important;
}
.mg-top-40{
	margin-top:40px !important;
}
.mg-top-50{
	margin-top:50px !important;
}
.mg-top-60{
	margin-top:60px !important;
}
$crumbs-back: #f3f5fa;
$text-color: #8093a7;

body {
  margin: 100px auto;
  font-family: Helvetica;
  background: #fff;
}
.breadcrumb{
	display: flex;
	overflow: hidden;
	margin: 0;
	background: #fff;
	padding-top: 5px;
    margin-bottom: 15px;
	line-height:3.5em;
}
.breadcrumb li a{
    text-decoration: none !important;
    color: #069d8f;
    text-transform: uppercase !important;
}
.breadcrumb li{
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumb li + li::before {
    content: ">";
    margin: 0 10px;
}
.breadcrumb span{
    color: #999;
    line-height: 1;
    padding-right: 7px;
}
@media (max-width: 1024px) {
    .fix_background_top_sp {
		padding-top: 70px;
    	background-color: #fff;
	}
	.about_content {
		padding: 0 60px;
	}
	.topic_headline{
		padding: 0 45px;
	}
	.how .flex-direction-nav a {
		left: 5%;
	}
	.how .flex-direction-nav a.flex-next {
		right: 5%;
	}
	#global-nav ul li a {
		padding: 0 10px !important;
	}
}
@media (max-width: 767px){
	.fix_background_top_sp {
		padding-top: 0px;
	}
	.about_content {
		padding: 0;
	}
	.topic_headline{
		padding: 0;
	}
	.how .flex-direction-nav a {
		left: 0px;
	}
	.how .flex-direction-nav a.flex-next {
		right: 0px;
	}
	.breadcrumb {
		display: block;
	}
	.breadcrumb li{
		line-height: 2.5;
	}
	.panel_content ul {
		padding-left: unset;
		margin-left: unset;
	}
	.feature-detail li {
		padding-bottom: 20px;
		margin-bottom:20px;
	}
	#featureDetail{
		padding-bottom: 0px !important;
	}
	#featureDetail .panel_content {
		margin-bottom: 0px !important;
	}
	.smartbanner-info span{
		display:block;
	}
	.presents{
		display:none !important;
	}
}

/* ----------------------------------------------------------------------------
 追加CSS 2021/06 */
 @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
 @import url("https://use.typekit.net/kbz6yxd.css");

 @font-face {
   font-family: 'Noto-Sans-midhi';
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src:
   local("NotoSansJP-Medium"),
   local("Noto Sans CJK JP Medium"),
   local("NotoSansCJKjp-Medium"),
   url("assets/fonts/NotoSansJP-Medium.woff2") format("woff2"),
   url("assets/fonts/NotoSansJP-Medium.woff") format("woff"),
   url("assets/fonts/NotoSansJP-Medium.otf") format("opentype");
 }

 /* 固定ページのテンプレート */
section.template_page {
  font-size: 1.6rem;
  line-height: 1.6;
}

section.template_page .detail_title {
  box-sizing: border-box;
  font-size: 1.5em;
  padding: 24px 20px;
}

section.template_page .detail_title h2::before {
  content: "";
  background: center/contain no-repeat url(assets/images/icon_title_doc.png);
  display: inline-block;
  height: 1.2em;
  padding: 5px;
  width: 1.2em;
  margin: 0 10px -.4em 0;
}

section.template_page .container {
  margin: 80px auto;
}

section.template_page .container h2 {
  color: #239979;
}

section.template_page .container h2,
section.template_page .container h3 {
  font-size: 1.2em;
  margin: 60px 0 10px;
}

section.template_page .container hr {
  border-bottom: none;
  border-top: 1px solid #aaa;
  max-width: none !important;
  margin: 30px 0;
}

section.template_page .container .wp-block-table {
  border-bottom: none;
}

section.template_page .container table {
  margin: 30px 0;
}

section.template_page .container p {
  margin-left: 1.6rem;
  margin-top: 1.6rem;
}

section.template_page .container ul {
  list-style-type: disc;
  margin-left: 3.5em;
}

section.template_page .container ol {
  list-style-type: decimal;
  margin-left: 3.8rem;
}

section.template_page .container ol ol {
  list-style-type: lower-alpha;
  /* margin-top: 1.6rem; */
}

section.template_page .container .lower-alpha {
  list-style-type: lower-alpha;
}

section.template_page .container img {
  height: auto;
}

@media (max-width: 767px){
  section.template_page {
    font-size: 1.4rem;
  }

  section.template_page .detail_title {
    font-size: 1.45em;
  }

  section.template_page .detail_title h2::before {
    margin: 0 10px -.5em 0;
  }

  section.template_page .container {
    margin: 40px auto;
    width: 90%;
  }

  section.template_page .container p {
    margin-left: 0;
  }

  section.template_page .container ul {
    margin-left: 1.5em;
  }

  section.template_page .container ol {
    margin-left: 1.5em;
  }
}

/* TOPページ 2021/06 */
body.home,
main[class^="app_cocodayo"] {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: -67px;
}

body.home section,
main[class^="app_cocodayo"] section {
  position: relative;
}

body.home section .index_section_wrap,
main[class^="app_cocodayo"] section .app_section_wrap {
  box-sizing: border-box;
  margin: auto;
  padding: 80px 0;
  max-width: 1080px;
  width: 100%;
}

main[class^="app_cocodayo"] section:last-of-type .app_section_wrap {
  padding-bottom: 0 !important;
}

body.home section .button,
main[class^="app_cocodayo"] section .button {
  background: linear-gradient(#fff, #C9C9C9);
  box-sizing: border-box;
  box-shadow: 1px 3px 6px rgba(0,0,0,.2);
  border-radius: 60px;
  color: #000;
  clear: both;
  display: block;
  font-weight: bold;
  margin: auto;
  padding: 30px;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.index_firstview {
  background: linear-gradient(-65deg, #fff 45%, #F4EFE6 45%);
  padding: 0 55px 60px;
}

.index_firstview_content::before {
  content: "";
  background: center/contain url(assets/images/img_index_farstview.png) no-repeat;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: auto;
  width: 40%;
}

.index_firstview_content h1 {
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  margin: 16px 0;
}

.index_firstview_content h1 strong {
  font-size: 56px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
  padding-right: 14px;
}

.index_firstview_content p {
  font-family: 'Noto-Sans-midhi', sans-serif;
  margin: 16px 0 43px;
  width: 50%;
}

.index_firstview_content .index_firstview_content_icon {
  margin: 43px 0 26px;
}

.index_firstview_content .index_firstview_content_icon img {
  height: 104px;
  margin-right: 20px;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 104px;
}

.index_firstview_content ul li {
  font-family: 'Noto-Sans-midhi', sans-serif;
  margin: 15px 0;
  padding-left: 1.5em;
  position: relative;
}

.index_firstview_content ul li::before {
  content: "";
  background: left .3em/1em url(assets/images/icon_check.png) no-repeat;
  display: inline-block;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  width: 1em;
}

.index_app [class$="wrap"] {
  display: flex;
  justify-content: space-between;
}

.index_app [class^="index_app_cocodayo"]::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  z-index: -1;
}

.index_app_cocodayo::before {
  background: #239979;
  left: 0;
}

.index_app_cocodayosolo::before {
  background: #F97C18;
  right: 0;
}

.index_app [class^="index_app_cocodayo"]::after {
  content: "";
  height: 160px;
  position: absolute;
  display: block;
  top: 240px;
  margin: 0;
  bottom: 0;
  width: 50%;
  left: 0;
}

.index_app_cocodayo::after {
  background: 92% center/contain url(assets/images/img_index_01.png) no-repeat;
}

.index_app_cocodayosolo::after {
  background: 62% center/contain url(assets/images/img_index_02.png) no-repeat;
  left: 49% !important;
}

[class^="index_app_cocodayo"] {
  box-sizing: border-box;
  color: #fff;
  margin-top: calc(-80px - 73px);
  padding: 0 20px;
  text-align: center;
  width: 45%;
}

[class^="index_app_cocodayo"] img {
  height: 480px;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 50%
}

[class^="index_app_cocodayo"] h2 {
  margin: 38px 0 48px;
  font-size: 1.5em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  height: 3em;
}

.index_app_cocodayosolo h2::before {
  content: "SOLO";
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: 100px;
  font-weight: normal;
  color: rgba(255,255,255,.2);
  line-height: 90px;
  position: absolute;
  left: 45%;
  line-height: 90px;
  top: 90px;
  transform: rotate(90deg);
  transform-origin: bottom;
}

[class^="index_app_cocodayo"] h2 strong {
  display: block;
  font-size: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

[class^="index_app_cocodayo"] p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  /* font-weight: bold; */
}

[class^="index_app_cocodayo"] ul,
.app_firstview ul {
  border: solid 3px #fff;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  margin: 40px 0 59px;
  padding: 40px 25px;
  text-align: left;
}

[class^="index_app_cocodayo"] ul li:first-of-type,
.app_firstview ul li:first-of-type {
  margin-bottom: 30px;
}

[class^="index_app_cocodayo"] ul li::before,
.app_firstview ul li::before {
  content: "";
  background: left 0/32px url(assets/images/icon_check_circle.png) no-repeat;
  height: 100%;
  min-height: 32px;
  margin: -4px 0;
  position: absolute;
  left: 0;
  width: 32px;
}

.index_about {
  background: #F4EFE6;
}

.index_about h2 {
  text-align: center;
  margin: 0 auto 50px;
  width: 80%;
}

.index_about p {
  margin: 40px auto 0;
  width: 72%;
}

.index_about iframe {
  display: block;
  margin: 40px auto 0;
}

.index_service {
  text-align: center;
  counter-reset: number 0;
}

.index_service h2,
.app_merit h2 {
  color: #239979;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.25em;
  text-align: center;
}

.index_service h2 span,
.app_merit h2 span {
  border: solid 3px #239979;
  border-radius: calc(18px + 1.4em);
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 auto 45px;
  padding: 18px;
  position: relative;
}

.index_service h2 span::before,
.app_merit h2 span::before,
.index_service h2 span::after,
.app_merit h2 span::after {
  content: "";
  border-top: solid 18px #239979;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  display: block;
  height: 0;
  margin: 0 auto -18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: 0;
}

.index_service h2 span::after,
.app_merit h2 span::after {
  border-top-color: #fff;
  margin: 0 auto -12px;
}

.index_service_content,
.index_service_conversion {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 93px 0;
}

.index_service_content img {
  width: 39%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  object-position: top;
}

.index_service_detail {
  text-align: left;
  width: 58%;
}

.index_service_detail h3 {
  display: block;
  font-size: 2.5em;
  padding-left: 95px;
  position: relative;
  vertical-align: bottom;
}

.index_service_detail h3::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #239979;
  font: 90px/90px futura-pt, sans-serif;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.index_service_detail h3 span {
  color: #239979;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.index_service_detail p {
  margin: auto 0 auto 32px;
}

.index_service_detail p:first-of-type {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 47px;
  margin-bottom: 38px;
}

.index_service_conversion {
  display: block;
  margin: 0;
}

.index_appdetail {
  color: #fff;
}

.index_appdetail .index_section_wrap,
.app_infomation .app_section_wrap {
  padding: 80px 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.index_appdetail_container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: relative;
  max-width: 940px;
  width: 100%;
}

.index_appdetail_container img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  object-position: top;
}

[class^="index_appdetail_cocodayo"] {
  padding: 80px 20px;
  position: relative;
}

.index_appdetail_cocodayo_wrap {
  background: #239979;
}

.index_appdetail_cocodayosolo_wrap {
  background: #F97C18;
}

.index_appdetail_cocodayosolo_wrap::before {
  content: "SOLO";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 100px;
  color: rgba(255,255,255,.2);
  position: absolute;
  left: 20px;
  top: 0;
}

.index_appdetail_cocodayosolo_wrap .app_dl p {
  color: #f97c18;
}

.index_appdetail_content {
  margin: 0 0 0 68px;
  width: calc(100% - 70px);
}

.index_appdetail_container_txt {
  /* position: relative; */
}

.index_appdetail_container_txt::before {
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  right: 0;
  width: 120px;
}

.index_appdetail_cocodayo_wrap .index_appdetail_container_txt::before {
  background: right top/contain url(assets/images/img_index_03.png) no-repeat;
}

.index_appdetail_cocodayosolo_wrap .index_appdetail_container_txt::before {
  background: right/contain url(assets/images/img_index_02.png) no-repeat;
}

.index_appdetail_content h2 {
  font-size: 2.5em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0 0 23px;
}

.index_appdetail_content h2 span {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: .65em;
}

.index_appdetail_content p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.index_appdetail_content ul {
  display: flex;
  justify-content: space-between;
  margin: 38px -10px;
  width: calc(100% + 20px);
}

.index_appdetail_content ul li {
  border: solid 3px #fff;
  border-radius: 20px;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-weight: bold;
  margin: 0 10px;
  text-align: center;
  padding: 30px 15px;
  width: 100%;
}

.index_appdetail_content ul li img {
  display: block;
  height: 50px;
  margin: 0 auto 20px;
  object-position: center;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 50px;
}

.index_appdetail_price {
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  margin: 38px 0;
  padding: 10px 0;
}

.index_appdetail_container .button {
  margin: 0 !important;
  padding: 20px !important;
}

.index_topic h2 {
  text-align: center;
  margin: 0 auto 50px;
  width: 80%;
}

.index_topic p {
  text-align: center;
}

.index_topic ul {
  margin: 45px 0 20px;
}

.index_topic ul a {
  background: #F4EFE6;
  box-sizing: border-box;
  color: #000;
  display: block;
  margin-bottom: 4px;
  padding: 20px;
  text-decoration: none;
  width: 100%;
}

.index_topic ul a::after {
  content: "";
  background: center/contain url(assets/images/icon_plus.png) no-repeat;
  display: inline-block;
  float: right;
  line-height: 1.8em;
  height: 1.6em;
  width: 1em;
}

.index_topic ul a span {
  padding-right: 16px;
}

.index_topic div>a {
  color: #000;
  float: right;
}

.index_presents {
  background: #E5E5E5;
  padding: 80px 20px 112px;
  text-align: center;
}

.index_presents h2 {
  margin-bottom: 50px;
}

.index_presents a {
  margin: 0 8px;
  text-decoration: none;
}

.footer_applink {
  margin: 20px 0 50px;
  text-align: center;
}

.footer_applink a {
  display: inline-block;
  margin: 0 8px;
  text-decoration: none;
}


@media (max-width: 767px){
  body.home,
  main[class^="app_cocodayo"] {
    margin-top: 0;
  }

  body.home section .index_section_wrap,
  main[class^="app_cocodayo"] section .app_section_wrap {
    padding: 80px 40px;
  }

  body.home section .index_section_wrap {
    padding: 80px 35px;
  }

  .index_firstview {
    padding: 0 0 40vh;
    background: linear-gradient(-15deg,#fff 40%,#f4efe6 40%);
  }

  .index_firstview_content:before {
    background-position: bottom;
    bottom: 10%;
    width: 90%;
  }

  .index_firstview_content h1 {
    margin: 40px 0 20px;
  }

  .index_firstview_content h1 strong {
    display: block;
    font-size: 42px;
    padding: 0;
  }

  .index_firstview_content p {
    margin: 16px 0 34px;
    width: 100%;
  }

  .index_firstview_content .index_firstview_content_icon {
    margin: 30px 0;
    display: flex;
  }

  .index_firstview_content .index_firstview_content_icon img {
    margin-right: 15px;
    height: auto;
    width: 80px;
  }

  .index_app [class$=wrap] {
    display: block;
    padding: 0 !important;
  }

  [class^=index_app_cocodayo] {
    margin: 0;
    padding: 40px 35px;
    position: relative;
    width: 100%;
  }

  .index_app [class^="index_app_cocodayo"]:before {
    width: 100%;
    z-index: -1;
  }

  [class^=index_app_cocodayo] h2 {
    font-weight: normal;
    height: auto;
    margin: 40px 0;
  }

  .index_app_cocodayosolo h2::before {
    left: -30%;
    top: 60px;
    z-index: -1;
  }

  [class^="index_app_cocodayo"] p {
    text-align: left;
  }

  [class^="index_app_cocodayo"] img {
    height: 50vh;
    width: 60%;
  }

  .index_app [class^="index_app_cocodayo"]::after {
    top: calc(60vh - 220px);
    left: 0 !important;
    width: 100%;
  }

  [class^=index_app_cocodayo] ul li::before,
  .app_firstview ul li::before {
    background-size: 22px;
    background-position: left 0;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    width: 22px;
  }

  .index_app_cocodayosolo:after {
    background: 90%/contain url(assets/images/img_index_02.png) no-repeat
  }

  .index_about p {
    width: 100%;
    text-align: justify;
  }

  .index_about iframe {
    width: 100%;
    height: calc((100vw - 40px) * .52);
  }

  .index_service_content,
  .index_service_conversion {
    display: block;
    margin: 40px 0 100px;
  }

  .index_service_content img {
    width: 100%;
  }

  .index_service_conversion {
    margin: auto;
  }

  .index_service_detail {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }

  .index_service h2,
  .app_merit h2 {
    font-size: 2em;
    margin: 0 auto 20px;
  }

  .index_service h2 span,
  .app_merit h2 span {
    margin: 0 auto 20px;
  }

  .index_service_detail p {
    margin: 30px 0;
  }

  .index_service_detail h3 {
    height: auto;
    margin-top: 40px;
    padding-left: 0;
  }

  .index_service_detail h3:before {
    font: 2.5em/1em futura-pt,sans-serif;
    display: block;
    position: relative;
  }

  .index_service_detail h3 span {
    margin: 10px 0 18px;
  }

  .index_appdetail .index_section_wrap,
  .app_infomation .app_section_wrap {
    padding: 0 !important;
  }

  .index_appdetail_container_txt::before {
    background-position: bottom center !important;
    bottom: 0;
    height: 130px;
    width: 100%;
  }

  .index_appdetail_content {
    margin: 0;
    width: 100%;
  }

  .index_appdetail_content ul {
    display: block;
    clear: both;
    margin: 0;
    padding-top: 20px;
    width: 100%;
  }

  .index_appdetail_content ul li {
    clear: both;
    font-size: .9em;
    margin: 10px 0;
    padding: 25px;
    text-align: left;
    width: auto;
  }

  .index_appdetail_content ul li img {
    margin: 0 20px 0 0;
    display: inline-block;
  }

  .index_appdetail_content ul li p {
    width: calc(100% - 90px);
  }

  .index_appdetail_content p {
    display: inline-block;
  }

  .index_appdetail_content img {
    margin: 0 auto;
    width: 70%;
  }

  .index_appdetail_content h2 {
    margin: 50px 0 23px;
  }

  .index_appdetail_container_txt {
    position: relative;
  }

  .index_appdetail_container_txt p {
    padding-bottom: 156px;
  }

  .index_topic {
    padding: 0 20px;
  }

  .index_topic .index_section_wrap {
    padding: 80px 0 !important;
  }

  .index_topic ul a {
    padding-right: 2.5em;
    position: relative;
  }

  .index_topic ul a:after {
    position: absolute;
    right: 20px;
    top: calc(50% - .5em);
  }

  .index_presents a {
    display: block;
    margin: 10px;
  }

  .footer_applink a {
    display: block;
    margin: 16px auto;
  }

  #header .footer_applink {
    margin-top: -60px;
  }

  #header .footer_applink a img {
    width: auto !important;
  }
}

/* アプリ詳細テンプレ */
.app_dl {
  background: #fff;
  border-radius: 20px;
  margin: 70px auto 40px;
  padding: 40px 0 50px;
  text-align: center;
  max-width: 1080px;
  width: 100%;
}

.app_dl p {
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: 2em;
  color: #239979;
  margin-bottom: 30px;
  font-weight: bold;
}

.app_dl .footer_action_playstore {
  margin-left: 61px;
}

.app_dl .footer_action a {
  display: block;
  height: 55px;
}

.app_dl .footer_action a img {
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.app_dl_link {
  text-align: center;
}

.app_dl_link a {
  color: #fff;
  font-family: 'M PLUS Rounded 1c',sans-serif;
  font-size: .8em;
}

.app_firstview {
  color: #fff;
  padding: 50px 55px 0;
}

.app_cocodayo .app_firstview {
  background: linear-gradient(112deg,#239979 52%,#108162 52%);
}

.app_cocodayosolo .app_firstview {
  background: linear-gradient(112deg,#F97C18 52%,#CB5C03 52%);
}

.app_cocodayosolo .app_firstview::after {
  content: "SOLO";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 100px;
  color: rgba(255,255,255,.2);
  line-height: 90px;
  position: absolute;
  right: -10px;
  line-height: 90px;
  top: 90px;
  transform: rotate(90deg);
  transform-origin: bottom;
}

.app_firstview::before {
  content: "";
  height: 520px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: auto;
  width: 40%;
}

.app_cocodayo .app_firstview::before {
  background: center 65%/contain url(assets/images/img_family_01.png) no-repeat;
}

.app_cocodayosolo .app_firstview::before {
  background: center 65%/contain url(assets/images/img_solo_01.png) no-repeat;
}

.app_firstview h1 {
  font-size: 1.5em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 16px 0;
  text-align: center;
  width: 40%;
}

.app_firstview h1 strong {
  display: block;
  font-size: 56px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
}

.app_firstview p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 28px 0 46px;
  text-align: center;
  width: 40%;
}

.app_firstview ul {
  padding: 40px;
  width: 40%;
}

[class^=index_app_cocodayo] ul li,
.app_firstview ul li {
  clear: both;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding-left: 42px;
  position: relative;
}

.app_firstview_link {
  text-align: center;
  width: 40%;
}

.app_firstview_link a {
  display: inline-block;
  /* margin: 10px; */
  text-decoration: none;
}

.app_firstview_link a img {
  height: 50px;
}

.app_feature h2 {
  margin: 0 auto 51px;
  text-align: center;
  width: 80%;
}

.app_feature p {
  width: 72%;
  margin: 0 auto 82px
}

.app_feature_content {
  counter-reset: number 0;
  display: flex;
  justify-content: space-between;
  /* margin: 0 -20px;
  width: calc(100% + 40px); */
}

.app_feature_content_detail {
  border: solid 3px #239979;
  border-radius: 20px;
  margin: 17px;
  padding: 45px 20px;
  position: relative;
  width: 100%;
}

.app_feature_content_detail img {
  display: block;
  height: 220px;
  margin: auto;
}

.app_feature_content_detail h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.35em;
  color: #239979;
  margin: 20px 0;
  text-align: center;
}

.app_feature_content_detail ul li {
  border: solid 3px #239979;
  border-radius: 20px;
  color: #239979;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: .75em;
  margin: 5px auto;
  text-align: center;
  width: 80%;
}

.app_feature_content_detail p {
  margin: 30px auto 0;
  width: auto;
}

.app_feature_content_detail::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #239979;
  font: 90px/90px futura-pt, sans-serif;
  line-height: 1em;
  margin: -.6em 0;
  position: absolute;
  top: 0;
}

.app_function {
  background: #F4EFE6;
  box-sizing: border-box;
  padding: 0 20px;
}

.app_function h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2em;
  margin-bottom: 86px;
  text-align: center;
}

.app_function_content {
  height: 840px;
  position: relative;
}

.app_function_content ul {
  counter-reset: number 0;
  width: 100%;
}

.app_function_content ul li a {
  border-radius: 10px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: block;
  margin: 20px 0;
  padding: 10px;
  text-decoration: none;
  width: calc(40% - 25px);
}

.app_function_content ul li a::before {
  counter-increment: number 1;
  content: counter(number) "";
  background: #696969;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}

.app_function_content ul li:first-child a {
  margin-top: 0;
}

.app_function_content ul li a.active {
  background: #fff;
}

.app_function_content ul li a.active::before {
  background: #239979;
}

.app_function_content_detail {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: none;
  max-height: 840px;
  /* overflow-y: auto; */
  padding: 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

.app_function_content_detail h3 {
  color: #239979;
  font-size: 1.5em;
}

.app_function_content_detail h4 {
  font-size: 1.8rem;
  margin: 25px 0 28px;
}

.app_function_content_detail p {
  margin: 0 0 40px;
}

.app_function_content_detail p span {
  display: block;
  font-size: .8em;
  margin-top: 1.6em;
}

.app_function_content_detail img {
  display: block;
  height: 40vh;
  max-height: 460px;
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: auto;
}

.app_merit_content {
  display: flex;
  justify-content: space-around;
}

.app_merit_content_detail {
  box-sizing: border-box;
  background: #F9F6F3;
  border-radius: 20px;
  margin: 60px 20px;
  padding: 40px;
  width: 100%;
  max-width: 640px;
}

.app_merit_content_detail img {
  display: block;
  margin: 0 auto 50px;
}

.app_merit_content_detail h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.app_infomation {
  color: #fff;
}

.container_min {
  max-width: 660px;
  padding-left: 170px;
  position: relative;
}

.container_min img {
  height: 265px;
  object-position: right;
  flex-grow: 1;
}

.container_min .index_appdetail_container_txt::before {
  background-size: contain;
  background-position: bottom left;
  margin: 0;
  transform: rotateY(180deg);
  bottom: 0;
  left: 20px;
  right: auto;
}

.container_min .index_appdetail_content p {
  margin: 25px 0 30px;
}

.app_cocodayosolo .app_feature_content_detail,
.app_cocodayosolo .app_merit h2 span {
  border-color: #F97C18;
}

.app_cocodayosolo .app_feature_content_detail h3,
.app_cocodayosolo .app_feature_content_detail::before,
.app_cocodayosolo .app_function_content_detail h3 {
  color: #F97C18;
}

.app_cocodayosolo .app_feature_content_detail ul li,
.app_cocodayosolo .app_merit h2 {
  border-color: #F97C18;
  color: #F97C18;
}

.app_cocodayosolo .app_merit h2 span::before {
  border-top-color: #F97C18;
}

.app_cocodayosolo .app_function_content ul li a.active::before {
  background: #F97C18;
}

@media (max-width: 1023px){
  .app_function_content {
    height: auto;
    margin: 0;
  }

  .app_function_content ul {
    max-width: none;
  }

  .app_function_content ul li a {
    margin: 20px auto 0;
    padding: 10px;
    background: #fff;
    width: auto;
  }

  .app_function_content ul li a::before {
    background: #239979;
    transform: translateY(.3em);
  }

  .app_cocodayosolo .app_function_content ul li a:before {
    background: #f97c18;
  }

  .app_function_content ul li a::after {
    content: "";
    background: center/contain url(assets/images/icon_arrow.png) no-repeat;
    display: block;
    margin: 0 auto;
    height: 8px;
    width: 13px;
  }

  .app_function_content ul li a.active {
    border-radius: 10px 10px 0 0;
  }

  .app_function_content ul li a.active::after {
    transform: rotate(-180deg);
  }

  .app_function_content_detail {
    border-radius: 0 0 10px 10px;
    max-height: auto;
    margin: auto;
    padding: 10px 20px;
    position: relative;
    width: 100%;
  }

  .app_function_content_detail img,
  .app_function_content_detail p {
    margin-bottom: 20px;
  }
}

@media (max-width: 920px) {
  .app_cocodayo .app_firstview {
    background: linear-gradient(-15deg,#108162 40%,#239979 40%);
  }

  .app_cocodayosolo .app_firstview {
    background: linear-gradient(-15deg,#cb5c03 40%,#f97c18 40%)
  }
  .index_appdetail_content .button {
    margin: auto !important;
  }

  [class^=index_app_cocodayo] ul li,
  .app_firstview ul li {
    padding-left: 32px;
  }

  .app_feature_content {
    display: block;
  }

  .app_feature_content_detail {
    border-width: 6px;
    box-sizing: border-box;
    margin: 80px auto 0;
    padding: 40px 20px;
    width: 100%;
  }

  .container_min {
    display: block;
    padding: 0;
  }

  .container_min img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px){
  .app_dl p {
    font-size: 1.5em;
  }

  .app_dl .footer_action {
    display: block;
  }

  .app_dl .footer_action_playstore {
    margin-left: 0;
    margin: 20px 0 0;
  }

  .app_firstview {
    padding: 20px;
  }

  .app_firstview .app_section_wrap {
    padding: 80px 0 430px !important;
  }

  .app_firstview::before {
    background-position: center!important;
    background-size: contain !important;
    height: 330px;
    margin: auto;
    bottom: 64px;
    top: auto;
    left: 0;
    width: 100%;
  }

  .app_cocodayosolo .app_firstview::after {
  }

  .app_firstview h1 {
    width: 100%;
    text-align: left;
  }

  .app_firstview p {
    margin: 30px 0 35px;
    text-align: left;
    width: 100%;
  }

  .app_firstview ul {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    margin-top: 0;
    padding: 34px 23px;
    width: 100%;
  }

  .app_firstview ul li:first-of-type {
    margin-bottom: 15px;
  }

  .app_firstview_link {
    width: 100%;
  }

  .app_feature p {
    margin-bottom: 128px;
    width: 100%;
  }

  .app_feature_content_detail p {
    margin: 30px auto 0;
  }

  section.app_function .app_section_wrap {
    padding: 80px 20px !important;
  }

  .app_function h2 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }

  .app_merit_content {
    display: block;
  }

  .app_merit_content_detail {
    margin: 20px auto;
    padding: 40px 20px;
  }

  .app_merit_content_detail img {
    height: 160px;
    margin: 0 auto 20px;
  }

  .container_min .index_appdetail_container_txt::before {
    margin: 0 auto !important;
    height: 135px;
    bottom: calc(3.2em + 60px);
    width: 90%;
  }
}

/*==================================================================================================================================

  *価格改定-テーブル 追記20250722

==================================================================================================================================*/
.priceRevision > table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.priceRevision > table th, .priceRevision > table td {
  width: auto;
  padding: 10px;
  border: 1px solid var(--line-color);
  text-align: center;
  vertical-align: middle;
}

.priceRevision > table th {
  background: var(--bg-color);
}

.priceRevision > table th p, .priceRevision > table td p {
  margin: 0 !important;
}

/* ------ ScrollHint ------ */
.priceRevision > .scrolltable {
  overflow: visible!important;
}

/* tdを左揃え */
.priceRevision > .td_left td {
  text-align: start!important;
}

/* 最初の行のthがメインカラー、２列目以降のthに背景色がつく */
.priceRevision > .table01 tr th {
  background: var(--bg-color);
  font-size: 105%;
}

.priceRevision > .table01 tr:first-child th {
  background: var(--main-color);
  color: #ffffff;
}

/* 一番左側がthになるテーブル（SP時は縦に1列表示）*/
.priceRevision > .table02 :is(th,td) {
  position: relative;
  z-index: 1;
}

/*==============================================
  *SP テーブル
==============================================*/
@media screen and (max-width: 640px) {
  /* ------ ScrollHint ------ */
  .priceRevision > .scrolltable {
    overflow: auto!important;
  }

  .priceRevision > .scrolltable > table {
    min-width: 800px;
    min-height: 170px;
    background: none!important;
  }

  .priceRevision > .scroll-hint-icon {
    top: 50%!important;
    left: 50%!important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 135px!important;
    height: 100px!important;
    transform: translate(-50%,-50%)!important;;;
  }

  /* 一番左側がthになるテーブル */
  .priceRevision > .table02 :is(th,td) {
    display: block;
    width: 100%;
  }

  .priceRevision > .table02 th, .priceRevision > .table02 td {
    border-bottom: none;
  }

  .priceRevision > .table02 tr:last-child td:last-child {
    border-bottom: 1px solid var(--line-color);
  }
}