@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
    vertical-align: bottom;
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    opacity: 0.5;
}
a, a:visited {
    color: var(--link-color);
}

/*ヘッダー
-------------------------------------*/

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 50px 0 0 0;
}
section {
	margin: 50px 0 50px;
}
.gray-back {
	background-color: var(--back-color);
}

/*キャッチコピー
-------------------------------------*/

.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
}


/*フッター
-------------------------------------*/
footer {
    border-top: 1px solid #000;
    width: 1100px;
    margin: auto;
    padding: 30px 0;
    text-align: center;
}
footer ul {
    display: flex;
    justify-content: center;
}
footer ul li {
    margin: 0 50px;
}

/*お問い合わせ
-------------------------------------*/
/* .contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
} */

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--base-color);
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}



.flex_c { justify-content: center;}

.mainimg h1 {
    margin: 0;
}

.mainimg p {
    background: #d23428;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.mainimg span {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}
.catch {
    position: relative;
    text-align: center;
}
.catch h2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 600px;
	margin: 0 auto 40px;
	padding: 1rem 4rem;
    font-size: 20px;
	font-weight: bold;
	border: 1px solid #ababab;
	color: #333333;
	box-shadow: 5px 5px 0 #ababab;
	/* transition: 0.3s ease-in-out; */
}
/* .catch h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
    font-weight: normal;
} */
.catch h2 span {
    background: #ada8a8;
    color: #fff;
    padding: 5px 10px;
    margin-right: 20px;
}

.col.span-4.pr_cocojapan img:first-child {
    margin: 13px 0 12px;
}
.col.span-4.pr_tictokyo img:first-child {
    margin-bottom: 0;
}
.col.span-4.pr_cocojapan img {
    margin-bottom: 30px;
}
.col.span-4.pr_tictokyo img {
    margin-bottom: 30px;
}
.pr_tictokyo {
    background: #f4f4f4;
    border-top: 10px solid #f3ad23;
    padding: 40px 30px;
}
.pr_tictokyo h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #e8a22b;
}
.pr_tictokyo .number {
    font-size: 46px;
    font-weight: bold;
    color: #e8a22b;
    margin-bottom: 0;
}
.txt {
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0;
}
.pr_cocojapan {
    background: #f4f4f4;
    border-top: 10px solid #db4561;
    padding: 40px 30px;
}
.pr_cocojapan h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #db4561;
}
.pr_cocojapan .number {
    font-size: 46px;
    font-weight: bold;
    color: #db4561;
    margin-bottom: 0;
}

#introduction .container {
    background: #f4f4f4;
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
}

#tictokyo .container {
    background: #f4f4f4;
    border-top: 10px solid #f3ad23;
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
}
#tictokyo h3 {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    color: #e8a22b;
}
dl.detail {
    display: flex;
    flex-wrap: wrap;
}
dl dt {
    width: 25%;
    margin-top: 10px;
}
dl dd {
    width: 75%;
    margin-top: 10px;
}
#tictokyo .doc_download {
    background: #f3ad23;
    color: #fff;
    padding: 10px 30px;
    margin: 30px 40px 0 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

#cocojapan .container {
    background: #f4f4f4;
    border-top: 10px solid #db4561;
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
}
#cocojapan h3 {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    color: #db4561;
}
#cocojapan .doc_download {
    background: #db4561;
    color: #fff;
    padding: 10px 30px;
    margin: 30px 40px 0 0;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
ul.drawing {
    display: flex;
}
ul.drawing li:nth-child(2) {
    margin: 0 2%;
}
ul.drawing p {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
ul.drawing li:nth-child(1) p,ul.drawing li:nth-child(2) p {
    margin-right: 30px;
}

#benefits {
    margin-top: 50px;
}
div.btn_15 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 600px;
	margin: 0 auto 40px;
	padding: 1rem 4rem;
    font-size: 20px;
	font-weight: bold;
	border: 1px solid #ababab;
	color: #333333;
	box-shadow: 5px 5px 0 #ababab;
	/* transition: 0.3s ease-in-out; */
}
div.btn_16 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 60%;
	margin: 0 auto 20px;
	padding: 1rem 4rem;
    font-size: 20px;
	font-weight: bold;
	border: 1px solid #f4ccc9;
	color: #d23428;
	box-shadow: 5px 5px 0 #f4ccc9;
	/* transition: 0.3s ease-in-out; */
}
/* a.btn_16:hover {
	box-shadow: 0 0 0;
	transform: translate(5px, 5px);
	color: #27acd9;
} */
/*#benefits ul {
    margin: 20px 50px;
    min-height: 104px;
}
#benefits ul li {
    margin-bottom: 20px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
#benefits .pr_tictokyo li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #f3ad23;
    border-radius:  50%;
    margin-right: 5px;
}
#benefits .pr_cocojapan li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #db4561;
    border-radius:  50%;
    margin-right: 5px;
}*/
.inquiry {
    background: #a73126;
    color: #fefefe!important;
    padding: 10px 30px;
    margin: 60px auto 0;
    font-size: 18px;
    font-weight: bold;
    width: 300px;
}
ul.inq {
	width: 900px;
	display: flex;
    justify-content: center;
	margin: 25px auto;
}
ul.inq > li {
	width: 50%;
	text-align: center;
	padding-left: 0em!important;
    text-indent: 0em!important;
    margin: 20px 0;
}
ul.inq > li > a.tic {
	display: inline!important;
	background: #f3ad23;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	box-sizing: border-box;
}
ul.inq > li > a.coco {
	display: inline!important;
	background: #db4561;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	box-sizing: border-box;
}
#benefits p {
    margin-bottom: 50px;
    color: #000;
}


.mt0 { margin-top: 30px;}
.mt10 { margin-top: 30px;}
.mt20 { margin-top: 30px;}
.mt30 { margin-top: 30px;}
.wcoco { width: 160px;}

.pc { display: block;}
.sp { display: none;}

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

    section {
        margin: 50px 0 30px;
    }
    section#tictokyo,section#cocojapan {
        padding: 0 20px;
    }
    .catch h2 {
        width: 90%;
        font-size: 17px;
        box-sizing: border-box;
        padding: 1rem 1rem;
    }
    /* #introduction .catch h2 {
        width: 90%;
    } */
    .catch img {
        width: 80%;
    }
    #introduction .catch img {
        width: 90%;
    }
    #introduction .catch h2 span {
        padding: 3px 5px;
        margin-right: 8px;
    }
    #tictokyo .catch img,#cocojapan .catch img {
        width: 90%;
    }
    #tictokyo .catch h2,#cocojapan .catch h2 {
        width: 100%;
    }
    #introduction .container {
        margin-top: 30px;
        padding: 30px;
    }
    #tictokyo .container {
        margin-top: 30px;
        padding: 30px;   
    }
    #cocojapan .container {
        margin-top: 30px;
        padding: 30px;    
    }
    .container {
        padding: 0 20px;
    }
    .pr_tictokyo,.pr_cocojapan {
        padding: 40px 5px;
        box-sizing: border-box;
    }
    .pr_cocojapan {
        margin-top: 40px;
    }
    #feature .pr_tictokyo .row,#feature .pr_cocojapan .row {
        flex-direction: row;
        width: 95%;
        margin: auto;
    }
    #feature .pr_tictokyo .row .span-2,#feature .pr_cocojapan .row .span-2 {
        width: 25%;
    }
    #feature .pr_tictokyo .row .span-10,#feature .pr_cocojapan .row .span-10 {
        width: 75%;
    }
    .txt {
        margin-bottom: 10px;
    }
    #tictokyo .doc_download {
        margin: 30px 0;
        padding: 10px 20px;
    }
    #cocojapan .doc_download {
        margin: 30px 0;
        padding: 10px 20px;
    }
    iframe {
        width: 100%;
    }
    /*#benefits ul {
        margin: 20px 40px;
        min-height: 0;
    }*/
    ul.drawing {
        margin-bottom: 0;
        flex-direction: column;
    }
    ul.drawing li:nth-child(1) p, ul.drawing li:nth-child(2) p {
        margin-right: 0;
    }
    div.btn_16 {
        width: auto;
    }
    a.btn_16 {
        width: 90%;
        padding: 1rem;
    }
    .mt40 {
        margin-top: 0!important;
    }
    .wcocosp { width: 160px;}


    .btn_inquiry {
        width: auto;
    }
	ul.inq {
		width: 100%;
		display: block;
		justify-content: center;
		margin: 25px auto;
	}
	ul.inq > li {
		width: 100%;
		text-align: center;
		padding-left: 0em!important;
		text-indent: 0em!important;
		margin: 20px 0;
	}
ul.inq > li > a.tic,
ul.inq > li > a.coco {
	display: block!important;
	width: 90%;
	margin: auto;
}

    footer {
        width: 90%;
    }
    footer ul {
        justify-content: space-around;
    }
    footer ul li {
        margin: 0;
    }

}