﻿@charset "UTF-8";

html {
   min-height: 100%;
   height: auto !important;
   height: 100%;
}
   
body {
  background: linear-gradient(#9ad4fc,#dcffb8);
  margin: 0 auto;
  max-width: 960px;
  }

.headercontainer {
  margin: 0 auto;
  padding: 20px 10px 10px 20px;
  max-width: 960px;
  }

.headerlink {
    float: right;
    margin: 15px 0 0 0;
    }

#takematulogo {
  float: left; 
  width: 80px;
  margin: 10px 10px 0 10px;
  padding: 0 0 0 0;
}


hr {
    width: 600px;
    margin-bottom: 20px;
    margin: -10px 0 10px 0;
    clear: both;
    bordor: none;
    height: 5px;
    background: linear-gradient(90deg,#800000
      ,#ffffff);
  }
   
h1 {
    margin: 0 0 0 0;
    font-size: 3rem;
    padding: 30px 0 0 0;
  　clear:both;
}

h2 {
    width: 170px;
    height: 30px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-bottom: solid;
    border-bottom-width: 5px;
    border-bottom-color: crimson;    
}
.space {
    margin:20px 0 0 0;
    float: left; 
    width: 200px;
    height: auto;
}
.omuranchan {
  float: left; 
  margin: 30px 0 0 100px;
  }

.newtopicsspace {
    float: left; 
    line-height: 2;
    width: 580px;
    height: 480px;
    }


.newtopics {
    padding: 10px 20px 20px 20px;
    border: solid; 1px;
    float: left; 
    line-height: 2;
    width: 530px;
    height: 300px;
}

.menubox {
  margin-top:15px;
  padding: : 10px 0 0 0;
  width: 200px;
  height: 500px;
  line-height:3;
  float: left; 
  }

.newsbox {
  width: 165px;
  float: right;
}

@media screen and (max-width:600px) {
  h1 {
     margin: 0 0 0 0;
     font-size: 1rem;
     padding: 30px 0 0 0;
     clear:both;
  }
 }
.footerbox {
   float: left;  
   margin: 40px 0 0 0;
   width: 300px;
}
.mailbox {
  float: right; 
  margin: 30px 150px 0 0;
  width: 120px;}

.c-txt.line{
padding-bottom: 5px;
position:relative;
}
.c-txt.line::before{
    background:  #ff701e;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.c-txt.line.center::before{
    transform-origin: left top;
    transform: scale(1, 1);
}