@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-image: url(../images/pt.png);
    background-position: center center;
    background-repeat: repeat;
    background-color: #ff191b;
    word-break: break-all;
    word-wrap: break-word;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: bottom;
}


.wrap {

}


/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
    background-color: #FFF;
    display: block;
    padding-top: 0px;
    padding-bottom: 4px;
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(144, 144, 144, 0.6);
}
header::after {
    content: "";
    display: block;
    clear: both;
}

.headerWrap {
}

header .logo {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

header .logo img{
    width: auto;
    max-width: 240px;
    max-height: 38px;
}

header h1 {
    display: none;
}

/*ヘッダーメニューアイコン*/
#HeaderMenu {
    display: inline-block;
    width: 46px;
    height: 46px;
    float: right;
    margin:2px 10px 0;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

#HeaderMenu .menuIcon,
#HeaderMenu .menuIcon span {
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
#HeaderMenu .menuIcon {
    position: relative;
    width: 34px;
    height: 22px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 4px;
}
#HeaderMenu .menuIcon span {
    position: absolute;
    left: 0;
    width: 34px;
    height: 4px;
    background-color: #484848;
    border-radius: 4px;
    margin: 0;
}
#HeaderMenu .menuIcon span:nth-of-type(1) {
    top: 0;
}
#HeaderMenu .menuIcon span:nth-of-type(2) {
    top: 9px;
}
#HeaderMenu .menuIcon span:nth-of-type(3) {
    top: 18px;
}

/*メニューアイコン動き*/
.menuIcon.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.menuIcon.active span:nth-of-type(2) {
    opacity: 0;
}
.menuIcon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.menu-sp .close {
    text-align: center;
}

#HeaderMenu .menuTitle {
    color: #484848;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

.menu-sp {
    width: 100%;
    background-color: #ff191b;
    position: absolute;
    top:52px;
    left:0;
}

.menu-sp ul {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #fff;
}

.menu-sp ul li {
    border-bottom: 2px solid #ff191b;
    font-size: 15px;
}

.menu-sp ul li:last-child {
    border-bottom: none;
}

.menu-sp ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-decoration: none;
    color: #494949;
    position: relative;
}

.menu-sp ul li a::before {
    position: absolute;
    content: "";
    display: block;
    border:5px solid transparent;
    border-left:5px solid  #ff191b;
    margin-top: -5px;
    top:50%;
    left:6px;
}

.menu-sp ul li .close {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.menu-sp ul li .close::before {
    display: none;
}

.menu-sp ul li a:hover; {
    text-decoration: none;
}


/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/



/*==========================================
メイン
===========================================*/
#main{
    width: 96%;
    height: auto;
    margin: 0 auto 50px ;
    padding: 0 0 150px;
}

#main::after {
    display: block;
    content: "";
    clear: both;
}

/*==========================================
 メインイメージ
===========================================*/
#mainimg {
    width: auto;
    height: auto;
}

#mainimg img{
    width: 100%;
}

/***********ぱんくずリスト***********/

.topicPath {
    margin-top: 6px;
    margin-bottom: 0px;
}

.topicPath li {
    display: inline;
    font-size: 11px;
    color: #FFF;
}

.topicPath li a {
    color: #fff;
    text-decoration: none;
}

.topicPath li a:hover {
    text-decoration: underline;
}




/*==========================================
content1
===========================================*/

.content1 {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 0px rgba(144, 144, 144, 0.6);
}

.content1 h2 {
    color: #484848;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    border-bottom: 2px solid #ff191b;
    margin: 0 0 6px;
}

.content1 .subimg {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid #e7e7e7;
}

.content1 p {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}


/*==========================================
content2
===========================================*/

.content2 {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 4px 0px rgba(144, 144, 144, 0.6);
}

.rankContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.rankContent .text {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.8;
}

.rank {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.rank .rankIcon {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    display: block;
}

.rank .rankIcon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rank .rankTitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    font-size: 18px;
    display: block;
    padding-left: 10px;
}

.pointColumn {
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px dotted #ccc;
}

.pointColumn img {
    width: 50px;
}

.pointList {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.pointList li {
    padding-left: 34px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.pointList li.pointIcon1 {
    background-image: url(../images/point-icon1.png);
    background-size: 20px;
    background-position: 0 50%;
}

.pointList li.pointIcon2 {
    background-image: url(../images/point-icon2.png);
    background-size: 20px;
    background-position: 0 50%;
}

.pointList li.pointIcon3 {
    background-image: url(../images/point-icon3.png);
    background-size: 20px;
    background-position: 0 50%;
}

/*==========================================
 imgarea
===========================================*/

.imgArea .pic {
    max-width: 294px;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.imgArea .pic img{
    display: block;
    border: 2px solid #e7e7e7;
}

.imgArea table {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.imgArea table tr {
    padding-top: 5px;
    padding-bottom: 5px;
}

.imgArea table th {
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #484848;
    line-height: 1.2;
}

.imgArea table td {
    text-align: center;
    color: #ffa800;
    font-size: 28px;
    line-height: 1.2;
    border-bottom: 1px #494949 dotted;
}

.imgArea .linkBtn {
    width: 294px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.imgArea .linkBtn:hover {
    opacity: 0.8;
}


/*==========================================
サイドバー
===========================================*/

.sideArea {
    display: none;
}

/***********フッター***********/

footer {
    background-color: #ff191b;
    box-shadow: 0px 0px 4px 0px rgba(144, 144, 144, 0.6);
}

footer .pagetop {
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #494949;
    font-size: 15px;
}

footer .pagetop a {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
}

footer .copyright p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .copyright a {
    color: #fff;
    text-decoration: none;
}

/***********フッターリンク部分***********/

/***********フッターテキスト***********/


/*==========================================
tail
===========================================*/


/*==========================================
フォーム
===========================================*/


.content1 table{
	width: 94%;
	height: auto;
	margin-left:3%;
	margin-right: 3%;
	margin-bottom: 50px;
	border-collapse: collapse;
	}

.content1 th{
	width:30%;
	height:auto;
	font-size:10px;
	line-height: 1.5em;
	color: #FFF;
	background-color:#4c4c4c;
	text-align: center;
	padding: 15px 2px;
	}

.content1 tr{
	width: 100%;
	height:auto;
	border: 1px solid #e1e1e1;
	border-collapse:collapse;
	}

.content1 td{
	width:70%;
	height:auto;
	font-size:12px;
	color: #FFF;
	padding: 3% 0;
	text-align: left;
	}

.content1 td input{
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	height:auto;
	}

.content1 .th-big{
	width: 30%;
	height: auto;
	line-height: 1.5em;
	padding: 0 2px;
	text-align: center;
	vertical-align: middle;
	}

.content1 td textarea{
	width: 80%;
	margin-left: 5%;
	margin-right: 5%;
	height:auto;
	}

.send {
	text-align: center;
	padding-left:5%;
	padding-right:5%;
	height: auto;
	width:90%;
	margin-top:10px;
	margin-bottom: 10px;
	}


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
.txt_link {
    color: #0044cc;
    font-size: 1.2em;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {

    .wrap {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

/*==========================================
 ヘッダーのスタイル
===========================================*/
    header {
        min-width: 1100px;
    }

    header .logo {
        margin-top: 4px;
    }

    header .logo img{
        width: auto;
        max-width: none;
        max-height: 38px;
    }

    #HeaderMenu {
        display: none;
    }

    header h1 {
        display: block;
        font-size: 10px;
        display: inline;
        float: right;
        margin: 0;
        font-weight: normal;
    }

    .headerWrap {
        width: 1060px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-sp {
    	display: none;
    }

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/


/*==========================================
 メインイメージ
===========================================*/

    #mainimg {
        width: auto;
        height: auto;
    }

    #mainimg img{
        width: 1060px;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
        display: block;
        border-left:3px solid #fff;
        border-right:3px solid #fff;
        border-bottom:3px solid #fff;
        border-radius: 0 0 10px 10px;
    }


/***********ぱんくずリスト***********/


/*==========================================
 main
===========================================*/

    #contentArea {
        width: 63%;
        float: left;
    }

/*==========================================
content1
===========================================*/

    .imgArea {
        margin-bottom: 20px;
    }

    .imgArea::after {
        clear: both;
        display: block;
        content: "";
    }

    .imgArea .pic {
        width: 280px;
        margin: 20px auto;
        text-align: center;
        overflow: hidden;
        display: block;
        float: none;

    }

    .imgArea  table {
        width: 300px;
        float: right;
        margin-right: 50px;
        display: block;
    }

    .imgArea  table th {
        width: 300px;
        text-align: left;
        padding-left: 4px;
        padding-top: 10px;
    }

    .imgArea  table td {
        width: 300px;
        text-align: left;
    }

    .imgArea .linkBtn {
        margin: 20px auto;
        text-align: center;
        overflow: hidden;
        display: block;
        float: none;
    }
    .content1 .subimg {
        width: 96%;
    }
    .content1 p {
        width: 96%;
    }

/*==========================================
コンテンツ２
===========================================*/

    .rank {
        padding-right: 20px;
        padding-left: 20px;
    }

    .rank .rankIcon {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 80px;
        flex: 1 1 80px;
        max-width: 80px;
        display: block;
    }

    .rank .rankIcon img {
        width: 80px;
        margin: 0;
    }

    .rank .rankTitle {
        width: auto;
        font-size: 22px;
        padding-left: 20px;
    }

    .rankContent .text {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }



/*==========================================
サイドメニュー
===========================================*/


    .sideArea {
        float: right;
        width: 34%;
        display: block;
    }

    .sideArea h4 {
        background-color: #ff191b;
        font-weight: normal;
        color: #FFF;
        font-size: 18px;
        letter-spacing: 2px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 10px;
        margin-bottom: 0;
        padding-left: 40px;
        border-radius: 10px 10px 0 0;
        border-top: 2px solid #FFF;
        border-left: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }

    .submenu {
        background-color: #FFF;
        margin: 0;
        padding-top: 0;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 0px 4px 0px rgba(144, 144, 144, 0.6);
    }

    .submenu li {
        padding-top: 10px;
        padding-left: 36px;
        padding-bottom: 10px;
        color: #494949;
        position: relative;
        font-size: 16px;
        border-bottom: 1px dotted #ff191b;
        font-size: 15px;
    }

    .submenu li:last-child {
        border: none;
    }

    .submenu li::before {
        content: "";
        display: block;
        position: absolute;
        border: 8px solid transparent;
        border-left:14px solid #ff191b;
        top:13px;
        left: 10px;
    }

    .submenu li::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../images/arrow.png);
        width: 20px;
        height: 20px;
        left:9px;
        top:17px;
    }

    .submenu li a {
        text-decoration: none;
        color: #494949;
    }

    .submenu li a:hover {
        text-decoration: underline;
    }

/*==========================================
ページトップ
===========================================*/

    footer .pagetop {
        width: auto;
        height: auto;
        display: inline-block;
        border-radius: 10px 10px 0 0;
        padding-top: 2px;
        padding-bottom: 2px;
        position: absolute;
        top:-35px;
        right:20px;
        box-shadow: 0px -2px 4px -2px rgba(144, 144, 144, 0.8);
    }

    footer .pagetop a {
        width: auto;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }

/*==========================================
フッター
===========================================*/

    footer {
        min-width: 1100px;
        clear: both;
        border-top: 3px #FFF solid;
    }

    footer #footerWrap {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }


/*==========================================
フォーム
===========================================*/

.content1 th{
	font-size:13px;
	color: #FFF;
	}

.content1 td{
	font-size:13px;
	}

.send{
	height: auto;
	width:150px;
	margin: 0 auto;
	padding:0;
	}


}

